// JavaScript Document


	//Popup Window Script
function popUp(url){
	window.open(url,"pop","width=600,height=450,toolbars=0,scrollbars=1")
}

