function popwindow1(sUrl,sFeatures,sTitle){
var tWin = window.open(sUrl,sTitle,sFeatures);
}
function openpage(sUrl){
location.href=sUrl;
}