var popped = false;	
function popUp(url){
	winObj = window.open(url,'popWindow','width=680,height=600,scrollbars=auto');
}