	popupwidth=465;
	popupheight=465;
	var myWidth = 0;
	var myHeight = 0;

	if (typeof( window.innerWidth ) == 'number') {
		myWidth = window.innerWidth;
		myHeight = window.innerHeight;
	} else if (document.documentElement && document.documentElement.clientWidth) {
		myWidth = document.documentElement.clientWidth;
		myHeight = document.documentElement.clientHeight;
	} else if(document.body && document.body.clientWidth) {
		myWidth = document.body.clientWidth;
		myHeight = document.body.clientHeight;
	}
	noelWidth=(myWidth-520)/2;
	myWidth=(myWidth-popupwidth)/2;
	myHeight=(myHeight-popupheight)/2;
	document.write('<div id="selectLocation" style="position: absolute; left:'+myWidth+'px; top:130px; height: '+popupheight+'; width: '+popupwidth+'; display:none;z-index:999"><table border="0" cellpadding="0" cellspacing="0" width="465" style="border: double"><tr><td><img src="template/help_button.png" style="position: absolute;left:438px" onclick="alert(\'- Hãy bấm vào Miền Bắc hoặc Miền Nam trên bản đồ để chọn khu vực bạn muốn mua hàng.\\n\\n- Sau khi bạn chọn khu vực, bản đồ sẽ không xuất hiện lại.\\n\\n- Để chọn lại khu vực, hãy bấm vào mục Chọn khu vực tại góc trên bên phải trang web.\')"/><a href="javascript:selectLocation(\'mienbac\')"><img src="template/hand_right.gif" border="0" style="position: absolute;left:190px;top:110px"><img src="template/mienbac.png" width="465" height="155" border="0" align="center" title="Bấm vào đây để chọn khu vực miền Bắc" /></a></td></tr><tr><td><a href="javascript:selectLocation(\'mientrung\')"><img src="template/hand_left.gif" border="0" style="position: absolute;left:247px;top:227px"><img src="template/mientrung.png" width="465" height="155" align="center" border="0" align="center" title="Bấm vào đây để chọn khu vực miền Trung" /></a></td></tr><tr><td><a href="javascript:selectLocation(\'miennam\')"><img src="template/hand_left.gif" border="0" style="position: absolute;left:247px;top:350px"><img src="template/miennam.png" width="465" height="155" border="0" align="center" title="Bấm vào đây để chọn khu vực miền Nam" /></a></td></tr></table></div>');

//	document.write('<div id="noel" style="position: absolute; left:'+noelWidth+'px; top:130px; height: '+popupheight+'; width: '+popupwidth+'; display:none;z-index:999"><p style="text-align:right;font-size:16px;"><a href="javascript:void(0);" onclick="showSelectLocation1();this.style.display=\'none\';"><img src="template/noel.png" /><br /><input type="button" value="Đóng lại" style="position: absolute;left:300px;top:340px" /></a></p></div>');


