function topWindow(){
popup = window.open("sec_word.html","word",'width=600,height=1000,menubar=no,toolbar=no,location=no,directories=no,scrollbars=yes,status=yes,resizable=yes,screenX=1,left=650,screenY=1,top=2');
	
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}