function display()

{
	if((window.event.clientY < 0) && (window.event.clientX < 0))
	{
	
	mywin =window.open('http://www.greatship.com/thanks.htm','thanks','width=500, height=281 ');
	
	}
	
}