<!--
// do not rip my code.

i = 0
function popup(URL, width, height) { 
i++;
window.open(URL, "win"+ i, "toolbar=0,status=0,menubar=0,scrollbars=1,resizable=0,width="+ width +",height="+ height +" top=50 left=50"); 
}
function lpopup(URL, width, height) { 
i++;
window.open(URL, "win"+ i, "toolbar=0,status=0,menubar=0,scrollbars=1,resizable=0,width="+ width +",height="+ height +" top=10 left=150"); 
}

//-->








