function OpenWin(url,name,w,h) {
	var controlWindow = window.open(url,name,'WIDTH='+w+',HEIGHT='+h+',resizable=1,scrollbars=1');
}
