
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
   MM_displayStatusMsg();
}

larghezza=400
altezza=200
function MM_openBrWindow(theURL,winName,features) { //v2.0
  pop = window.open(theURL,winName,"width="+larghezza+",height="+altezza+", left="+((screen.width-larghezza)/2)+",top="+((screen.height-altezza)/2)+"");
  pop.focus();
}

larghezza2=454
altezza2=400
function MM_openBrWindowBig(theURL,winName,features) { //v2.0
  pop = window.open(theURL,winName,"width="+larghezza2+",height="+altezza2+", left="+((screen.width-larghezza2)/2)+",top="+((screen.height-altezza2)/2)+"");
  pop.focus();
}

function MM_displayStatusMsg() { //v1.0
  status="© WinTrade"
  MM_returnValue = true;
}

function stampala(w) { //v1.0
  parent.frames[w].focus();
  parent.frames[w].print();
}

larghezza3=400
altezza3=420
function MM_openBrWindowAgenti(theURL,winName,features) { //v2.0
  pop = window.open(theURL,winName,"width="+larghezza3+",height="+altezza3+", left="+((screen.width-larghezza3)/2)+",top="+((screen.height-altezza3)/2)+"");
  pop.focus();
}

larghezza4=340
altezza4=430
function MM_openBrWindowWinTicket(theURL,winName,features) { //v2.0
  pop = window.open(theURL,winName,"width="+larghezza4+",height="+altezza4+", left="+((screen.width-larghezza4)/2)+",top="+((screen.height-altezza4)/2)+"");
  pop.focus();
}

<!-- Begin
function right(e) {
var msg = "Copyright © - All rights reserved";
if (navigator.appName == 'Netscape' && e.which == 3) {
alert(msg);  // Delete this line to disable but not alert user
return false;
}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg); // Delete this line to disable but not alert user
return false;
}
return true;
}
document.onmousedown = right;
// End -->


