// JavaScript Document

function wopen(url, name, features) 
{
window.open(url, name, features)
} 