// New window
function open_win(url,name,specs)
{
window.open(url,name,specs);
 }