//
function openWin(URL,Name,features) {
window.open(URL,Name,features);
}
//