\n');
}
function openWindow(URLtoOpen,windowName,winWidth,winHeight){
windowFeatures = "height="+winHeight+",width="+winWidth+",status=yes,scrollbars=yes,toolbar=yes,resizable=yes";
var w=newWindow=window.open(URLtoOpen, windowName, windowFeatures);
w.focus();
}
function closeWindow() {
top.close();
}
//-->