function OpenWindow(url)
{
	window.open(url, "product", "menubar=0,resizable=0,width=450,height=400,scrollbars=1");
}