var opened;

function ow()
{
	if(opened!=true)
	{
		window.open("/marketing-tips.html","uri","location=no,menubar=no,status=no,toolbar=no,width=550,height=250");
		opened=true;
	}
}
