
function newWin(destination,Height,Width,name)
{ 

window.open(destination, name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=' + 450 + ',height=' + 450 + ''); 
} 
function doNothing(){}