showModalDialog   模式对话框showModalDialog(sURL [, vArguments] [, sFeatures])  
//打开一个模式对话框  
//vArguments=需要向新开模式对话框传递的参数  
//sFeatures=(*dialogHeight:sHeight;dialogLeft:sXPos;
dialogTop:sYPos;dialogWidth:sWidth;
center:{ yes | no | 1 | 0 | on | off };
dialogHide:{ yes | no | 1 | 0 | on | off };
edge:{ sunken | raised };
help:{ yes | no | 1 | 0 | on | off };
resizable:{ yes | no | 1 | 0 | on | off };
scroll:{ yes | no | 1 | 0 | on | off };
status:{ yes | no | 1 | 0 | on | off };
unadorned:{ yes | no | 1 | 0 | on | off };*)