var app = navigator.appName.charAt(0);
var ver = navigator.appVersion.charAt(0);
function newWindow(url){
	if ( (app == "N" && ver > 2) || (app == "M" && ver > 3) ) {
	var ptwin = window.open("","","width=709,height=638,directories=no,location=no,menubar=no,toolbar=no,scrollbars=no,resizable=yes");
	ptwin.document.open();
	ptwin.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'><title>FINAL FANTASY XI</title></head><body leftmargin='0' marginheight='0' marginwidth='0' topmargin='0' bgcolor='#000000' onLoad='self.window.focus()'><center><table border='0' cellpadding='0' cellspacing='0' background='imgs/pop_bg.gif'><tr><td><img src='imgs/pop_top.gif' alt='' width='709' height='14' border='0'></td></tr><tr><td><img src='imgs/spacer.gif' alt='' width='1' height='2' border='0'></td></tr><tr align='center'><td><img src='imgs/pop_logo.jpg' alt='FINAL FANTASY XI Treasures of Aht Urhgan' width='112' height='44' border='0'></td></tr><tr><td><img src='imgs/spacer.gif' alt='' width='1' height='8' border='0'></td></tr><tr><td align='center'><img src='area/imgs/img_" + url + ".jpg' alt='' width='629' height='476' border='0'></td></tr><tr><td><img src='imgs/spacer.gif' alt='' width='1' height='17' border='0'></td></tr><tr><td align='center'><a href='JavaScript:window.close();'><img src='imgs/btn_close.gif' alt='Close' width='89' height='26' border='0'></a></td></tr><tr><td><img src='imgs/spacer.gif' alt='' width='1' height='14' border='0'></td></tr><tr><td><img src='imgs/pop_foot.gif' alt='' width='709' height='38' border='0'></td></tr></table></center></body></html>");
	ptwin.document.close();
	}
}

function newWindow02(url){
	if ( (app == "N" && ver > 2) || (app == "M" && ver > 3) ) {
	var ptwin = window.open("","","width=709,height=638,directories=no,location=no,menubar=no,toolbar=no,scrollbars=no,resizable=yes");
	ptwin.document.open();
	ptwin.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=Shift_JIS'><title>FINAL FANTASY XI</title></head><body leftmargin='0' marginheight='0' marginwidth='0' topmargin='0' bgcolor='#000000' onLoad='self.window.focus()'><center><table border='0' cellpadding='0' cellspacing='0' background='imgs/pop_bg.gif'><tr><td><img src='imgs/pop_top.gif' alt='' width='709' height='14' border='0'></td></tr><tr><td><img src='imgs/spacer.gif' alt='' width='1' height='2' border='0'></td></tr><tr align='center'><td><img src='imgs/pop_logo.jpg' alt='FINAL FANTASY XI Treasures of Aht Urhgan' width='112' height='44' border='0'></td></tr><tr><td><img src='imgs/spacer.gif' alt='' width='1' height='8' border='0'></td></tr><tr><td align='center'><img src='equipment/imgs/img_" + url + ".jpg' alt='' width='629' height='476' border='0'></td></tr><tr><td><img src='imgs/spacer.gif' alt='' width='1' height='17' border='0'></td></tr><tr><td align='center'><a href='JavaScript:window.close();'><img src='imgs/btn_close.gif' alt='Close' width='89' height='26' border='0'></a></td></tr><tr><td><img src='imgs/spacer.gif' alt='' width='1' height='14' border='0'></td></tr><tr><td><img src='imgs/pop_foot.gif' alt='' width='709' height='38' border='0'></td></tr></table></center></body></html>");
	ptwin.document.close();
	}
}