function open_window(url,winName,features)
{ //v2.0
window.open(url,winName,features);
}