window.defaultStatus="www.seucartaovirtual.com.br"

if (window!= top)
	top.location.href=location.href
	
	
var win = null;
function Popup(mypage,myname,settings){
LeftPosition = (screen.width) ? (screen.width-420)/2 : 0;
TopPosition = (screen.height) ? (screen.height-330)/2 : 0;
settings =
'height=330,width=420,top='+TopPosition+',left='+LeftPosition+',scrollbars=no,resizable'
win = window.open(mypage,myname,settings)	

}