 
function openwin(theurl)
{
newWindow = window.open (theurl, 'newwindow', 'height=560, width=500, top=130, left=350, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=n o, status=no');
newWindow.focus();
}
 