document.oncontextmenu = function() {
return false;
}

function win1(url,mheight,mwidth){
eval('window.open(url,"","height='+mheight+'px,width='+mwidth+'px,menubar=yes,toolbar=yes,location=yes,directories=no,resizable=yes,scrollbars=yes,left=10,top=10")')
}

function win2(url,mheight,mwidth){
eval('window.open(url,"","height='+mheight+'px,width='+mwidth+'px,location=no,resizable=yes,scrollbars=yes,left=10,top=10")')
}

