morikinum=12;
morikinumr=Math.floor(Math.random()*morikinum+1);
function rMorikiImg(){
var rmorikiname;
rmorikiname = "/en/g2/header/morizokiccoro/" + morikinumr +".gif";
document.morikichange.src = rmorikiname;
}

function Enlarge(name,imgWidth,imgHeight){
	windowWidth = imgWidth + 25;
	windowHeight = imgHeight + 60;
	small_win = window.open('','win','width=' + windowWidth + ',height=' + windowHeight + ',scrollbars=no,resizable=yes,toolbar=no');
	small_win.document.open();
	small_win.document.write("<html>\n<head>\n<title>\nExpo 2005 AICHI,JAPAN\n</title>");
	small_win.document.write("<link rel='stylesheet' type='text/css' href='/en/css/popup.css' media='all'>");
	small_win.document.write("\n</head>\n");
	small_win.document.write("<body>\n<table width='" + imgWidth + "' border='0'>\n<tr><td align='center'><img src='g/" + name + "' width='" + imgWidth + "' height='" + imgHeight + "' alt=''>\n</td></tr>\n");
	small_win.document.write("<tr><td align='right'>\n<a href='#' onClick='window.close();'>Close</a>\n</td></tr></table>\n");
	small_win.document.write("</body>\n</html>");
	small_win.document.close();
}

function Enlarge272(name,imgHeight){
	small_win = window.open('','win272','width=320,height=285,scrollbars=yes,resizable=yes,toolbar=no');
	small_win.document.open();
	small_win.document.write("<html>\n<head>\n<title>\nExpo 2005 AICHI,JAPAN\n</title>");
	small_win.document.write("<link rel='stylesheet' type='text/css' href='/en/css/popup.css' media='all'>");
	small_win.document.write("\n</head>\n");
	small_win.document.write("<body>\n<table width='272' border='0'>\n<tr><td align='center'><img src='g/" + name + "' width='272' height='" + imgHeight + "' alt=''>\n</td></tr>\n");
	small_win.document.write("<tr><td align='right'>\n<a href='#' onClick='window.close();'>Close</a>\n</td></tr></table>\n");
	small_win.document.write("</body>\n</html>");
	small_win.document.close();
}

function Enlarge565(name,imgHeight){
	small_win = window.open('','win565','width=610,height=510,scrollbars=yes,resizable=yes,toolbar=no');
	small_win.document.open();
	small_win.document.write("<html>\n<head>\n<title>\nExpo 2005 AICHI,JAPAN\n</title>");
	small_win.document.write("<link rel='stylesheet' type='text/css' href='/en/css/popup.css' media='all'>");
	small_win.document.write("\n</head>\n");
	small_win.document.write("<body>\n<table width='565' border='0'>\n<tr><td align='center'><img src='/en/venue/g/" + name + "' width='565' height='" + imgHeight + "' alt=''>\n</td></tr>\n");
	small_win.document.write("<tr><td align='right'>\n<a href='#' onClick='window.close();'>Close</a>\n</td></tr></table>\n");
	small_win.document.write("</body>\n</html>");
	small_win.document.close();
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

