function openWindow() 
{
	newWindow = window.open('promo.html','_privacy','height=320,width=365,resizable=no,status=no,toolbar=no,location=no,scrollbars=no');
}
