function doClose(tmp){
location.href= tmp;
}

function popupPage(theurl) {
var windowprops = "location=no,scrollbars=no,menubar=no,toolbar=no,resizable=no,maximize=no,minimize=no" +
",left=" + 200 + ",top=" + 200 + ",width=" + 180 + ",height=" + 270;

var URL = theurl;

popup = window.open(URL,"MenuPopup",windowprops);
}

function cgCal(y)
{
location.href = y;
}
