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

function newWin(url){
	window.open(url,"new")
}