

function openPrivacy()
{
	newWindow= window.open("http://www.cadopia.com/about_us/privacy.asp", "newwin",
	"width=550,height=300,resizable=no,scrollbars=yes,status=no,location=no top =150");
}

