<!--
function newPage(url,width,height) {	

var strFeatures = "toolbar=no,status=no,menubar=no,location=no,scrollbars=yes,resizable=yes,height="+height+",width="+width+"";

newWin = window.open(url,"Page",strFeatures);
newWin.opener = top;

}
//-->