function NewWindow(width,height,url)
{
	window.open(url,"ShowProdWindow","menubars=0,scrollbars=1,resizable=1,height="+ height+",width="+width);
}
