function OpenDialog(sFile,sName){
	window.open(sFile, sName, 'left=10000,top=100, width=300, height=400, location=0, menubar=0, scrollbars=0, status=0, toolbar=0, resizable=1');
}
function OpenDialog_s(sFile,sName){
	window.open(sFile, sName, 'left=10000,top=100, width=300, height=400, location=0, menubar=0, scrollbars=1, status=0, toolbar=0, resizable=1');
}