﻿function newWindow(url) {
    popupWindow = window.open(url,'popUpWindow','height=500,width=400,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no, status=yes');
}

function Popup(theFile,id,stuff) {
window.open(theFile,id,stuff);
}