function openWindow(URL, winName, features){
window.open(URL, winName, features);
}


