incR = 0;
function openWin(u,w,h) {
window.open(u,"newwin"+incR,"width="+w+",height="+h+",menubar=no,scrollbars=no,resizable=no,location=no");
incR++;
}
