function submit_form(loc){
	document.content.action+='?ret_link='+loc;
	document.content.submit();
}


function PopMeUp(PopPage)
	{newWin = window.open(PopPage,"poppage", "resizable=no,scrollbars=yes,status=no,toolbar=no,location=no,width=550,height=550,left=200,top=20")
}

