function resizeWin(newLoc, newHeight, newWidth) {
        newWin = open("",newLoc,"scrollbars=yes,resizable=yes,height=" + newHeight + ",width=" + newWidth);
}

function openWindow(content)        
{         
	PopUp=window.open(this.content, "PopUp",  "resizable=yes,width=720,height=458,scrollbars=0,toolbar=0,menubar=0,top=0,left=100,");         
	PopUp.focus();        
}   
	