<!--
function Maxnet(theURL,winName,features) { //By Shahab Vahabzadeh
  window.open(theURL,winName,features);
}
//-->