/*
  Seven-Eleven Japan 
  URL: http://www.sej.co.jp/english/
	summary: common script
  LastUpdate: 2007-12-04
--------------------------------------*/

/* favicon.ico
--------------------------------------*/
document.write('<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="/favicon.ico">');

/* shortcut function
--------------------------------------*/
function getId(ID) {
	if (!document.getElementById) return false;
	return document.getElementById(ID);
}

/* display "CLOSE" button
--------------------------------------*/
function btnClose() {
	var str = new String();
	str += '<p class="btn-close"><a href="javascript:window.close()"><img src="/english/shared/image/btn_close.gif" alt="Close This Window" width="68" height="20"></a></p>';
	document.write(str);
}

/* Popup Window Script
--------------------------------------*/
// Executive Office Map
function winopenCorpMap() {
	var subopen = null;
	subopen=window.open("","sw02","width=625,height=600,left=0,top=0,toolbar=0,location=0,directories=0,scrollbars=1,resizable=1,menubar=1");
	if (window.focus) subopen.focus();
}
// News Release
function winopenNews() {
	var subopen = null;
	subopen=window.open("","news","width=620,height=600,left=0,top=0,toolbar=0,location=0,directories=0,scrollbars=1,resizable=1,menubar=1");
	if (window.focus) subopen.focus();
}
