//SCRIPT TO OPEN POPUP WINDOW

function OpenWin(URL, windowattributes) {
window.open(URL,"winName",windowattributes);
}