function popupWindow1(theURL,winName,features) {
window.open (theURL,winName,features);
}

function popupWindow2(theURL,winName,features) {
window.open (theURL,winName,features);
}

function popupWindow3(theURL,winName,features) {
window.open (theURL,winName,features);
}

function popupWindow4(theURL,winName,features) {
window.open (theURL,winName,features);
}

function popupWindow5(theURL,winName,features) {
window.open (theURL,winName,features);
}
