/*
function DoShowModalDialog(TmpUrl)
{
	//摸态窗口
	//window.showModalDialog(TmpUrl,"","dialogWidth:600px;dialogheight:500px;help:no;status:no;scroll:yes;systemMenu:no");;
	//window.open(TmpUrl); 
	//window.showModelessDialog(TmpUrl,"","dialogWidth:600px;dialogheight:500px;help:no;status:no;scroll:yes;systemMenu:no");
	alert('1');
		window.open (TmpUrl, "浏览", "height=500, width=600, toolbar =no, menubar=no, scrollbars=no, resizable=no, location=no, status=no");
}
*/
function DoShowModalDialog(TmpUrl)
{
		LeftPosition = (screen.width) ? (screen.width-600)/2 : 0; 
		TopPosition = (screen.height) ? (screen.height-450)/2 : 0; 
		window.open (TmpUrl, "浏览", "left="+LeftPosition+", top="+TopPosition+", height=450, width=600, toolbar =no, menubar=no, scrollbars=yes,  resizable=yes, location=no, status=no");
}
function go(tmpurl)
{
	var w=screen.availWidth;//-10;
	var h=screen.availHeight;//-30;
	//window.showModelessDialog(tmpurl);
	//window.open(tmpurl,'newwindow','height=100,width=400,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no';);
	window.open(tmpurl,'','fullscreen=0,toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width='+w+',height=' + h + ',top=0,left=0',true);
	//window.opener="";
	//window.close();
}
function DoShowModalDialogTest(TmpUrl)
{
		LeftPosition = (screen.width) ? (screen.width-400)/2 : 0; 
		TopPosition = (screen.height) ? (screen.height-200)/2 : 0; 
		window.open (TmpUrl, "浏览", "left="+LeftPosition+", top="+TopPosition+", height=300, width=400, toolbar =no, menubar=no, scrollbars=yes,  resizable=no, location=no, status=no");
}
function NoteOnclick(TmpUrl)
{
	window.showModalDialog(TmpUrl,"","dialogWidth:300px;dialogheight:200px;help:no;status:no;scroll:yes;systemMenu:no");
}
function ShowWindow(TmpUrl)
{
	window.open (TmpUrl, "编辑笔记", "height=200, width=300, toolbar =no, menubar=no, scrollbars=no, resizable=no, location=no, status=no");
}
function ShowNewsQuestion(TmpUrl)
{
	window.open (TmpUrl, "文章选择题", "height=200, width=400, toolbar =no, menubar=no, scrollbars=yes, resizable=no, location=no, status=no");
}
function ShowResearch(TmpUrl)
{
	window.open (TmpUrl, "调查结果", "height=200, width=300, toolbar =no, menubar=no, scrollbars=yes, resizable=no, location=no, status=no");
}
function DoShowModalDialogMD(TmpUrl)
{
		LeftPosition = (screen.width) ? (screen.width-550)/2 : 0; 
		TopPosition = (screen.height) ? (screen.height-390)/2 : 0; 
		window.open (TmpUrl, "浏览", "left="+LeftPosition+", top="+TopPosition+", height=390, width=550, toolbar =no, menubar=no, scrollbars=yes,  resizable=yes, location=no, status=no");
}

