
	function popWin(strSpecial, strUrl) {
		window.open(strUrl + "?id=" + strSpecial, "serWin", "width=720, height=680, menubar=no, scrollbars=yes, resizable=yes");
	}
	
	
	function submitCal(e) {
		var iKeyCode=0;
		if (window.event) iKeyCode = window.event.keyCode
		else if (e) iKeyCode = e.which;
		if (iKeyCode == '13') {
			imgGo = document.getElementById('mysubmit');
			imgGo.click();
			return false;
		}
	}
	
	function popLola(strSpecial, strUrl) {
		window.open(strUrl + "?id=" + strSpecial, "serWin", "width=560, height=740, menubar=no, scrollbars=yes, resizable=yes");
	}
	
	function popFB(strUrl) {
		window.open(strUrl, "serWin", "width=680, height=740, menubar=no, scrollbars=yes, resizable=yes");
	}
	
	function popFBmap(strUrl) {
		window.open(strUrl, "serWin", "width=730, height=680, menubar=no, scrollbars=yes, resizable=yes");
	}

	
	
