
window.defaultStatus=window.document.title;

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

var newwindow
var newwindowPictureURL
var newwindowPicturew,newwindowPictureh

var newwindow
function popupWin(pictureURL,wintitle) 
{ 
	var w,h;
	w=460;
	h=250;
	var options = "toolbar=0,status=0,menubar=0,scrollbars=0,resizable=1,WIDTH="+w+",HEIGHT="+h+",Left=" + (screen.width-w)/2 + ",Top=" + (screen.height-h)/2;
	newwindow=window.open('','newwin',options);
	newwindow.document.open();
	newwindow.document.write('<html><head><title>' + wintitle + '</title></head><body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" bgcolor="#999999" onload="window.resizeTo(document.splash[\'width\'],document.splash[\'height\']+30);window.moveTo((screen.width-document.splash[\'width\']+20)/2,(screen.height-document.splash[\'height\'])/2);return true;">');
	newwindow.document.write('<center><a href="#" onClick="window.close();return true;"><img src="'+pictureURL+'" name="splash" border="0"></a></center></body></html>');
	newwindow.document.close();
	newwindow.focus();
}

function popupWinMovieEN(pictureURL,w,h,titleName) 
{ 
	var options = "toolbar=0,status=0,menubar=0,scrollbars=0,resizable=0,WIDTH="+w+",HEIGHT="+h+",Left=" + (screen.width-w)/2 + ",Top=" + (screen.height-h)/2;
	newwindow=window.open('','newwin',options);
	newwindow.document.open();
	newwindow.document.write('<html><head><title>' + titleName +'</title><body bgcolor="#FFFFFF" text="#000000" background="/images/background.gif"><b>Instruction:</b>Click on the picture and move mouse cursor.<iframe src="/movies/' + pictureURL +'" width='+ w +' height='+ h +'></iframe></body></html>');
	newwindow.document.close();
	newwindow.focus();
}
