function popup2(theURL2,winName2,features2) { 
  window.open(theURL2,winName2,features2);
}

function myFullscreen(where) {
	if (where=="html") {
		{ var sWindow="isee2flashindex-us.htm"; }
	}
	else {
		{ var sWindow="isee2flashindex-us.htm"; }
	}
	window.open(sWindow,'thestage','width='+(screen.width-10)+',height='+(screen.height-55)+',top=0,left=0');
	//window.open(sWindow,'thestage','width='+(screen.width-10)+',height='+(screen.height-55)+',top=0,left=0');
	//window.close()
	}
	
function myFullscreenjapan(where) {
	if (where=="html") {
		{ var sWindow="jap/isee2flashindex-japan.htm"; }
	}
	else {
		{ var sWindow="jap/isee2flashindex-japan.htm"; }
	}
	window.open(sWindow,'thestage','width='+(screen.width-10)+',height='+(screen.height-55)+',top=0,left=0');
	//window.close()
	}
	
function myFullscreenchinese(where) {
	if (where=="html") {
		{ var sWindow="chinese/isee2flashindex-chinese.htm"; }
	}
	else {
		{ var sWindow="chinese/isee2flashindex-chinese.htm"; }
	}
	window.open(sWindow,'thestage','width='+(screen.width-10)+',height='+(screen.height-55)+',top=0,left=0');
	//window.close()
	}
	
function myFullscreenthai(where) {
	if (where=="html") {
		{ var sWindow="thai/isee2flashindex-thai.htm"; }
	}
	else {
		{ var sWindow="thai/isee2flashindex-thai.htm"; }
	}
	window.open(sWindow,'thestage','width='+(screen.width-10)+',height='+(screen.height-55)+',top=0,left=0');
	//window.close()
	}
	
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function MM_openBrWindow2(theURL2,winName2,features2) { //v2.0
  window.open(theURL2,winName2,features2);
}

function openurl2(linkpage) {
    selectwin=window.open(linkpage, 'selectie' ,'toolbar=,no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,height=600,width=800');
//    selectwin.focus();
}