function OpenWin(url,name,w,h)
{
	window.open(url, name, "width="+w+" ,height="+h+"");
}
