function GoWin(sUrl,sName,sWidth,sHeight){
	var sUrl,sName,sWidth,sHeight;
	window.open(sUrl,sName,'width=' + sWidth + ',height=' + sHeight + ',top=0,left=0,scrollbars=no,resizable=no,menubar=no');
}

function GooldWin(sUrl,sName){
	var sUrl,sName;
	window.open(sUrl,sName);
}

