// JavaScript Document

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