function openCookieWindow()
{
	window.open("cookies.html","CookieWindow","menubar=1,resizable=1,width=600,height=500");
}

