
function popUp(url){
	window.open(url,"pop","width=600,height=400,toolbars=0,scrollbars=0")
}
