function openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
openWindow('http://cnc.shcnc.cn/20120101.html','Beginpage1','width=850,height=630,top=0,left=0')
