// Frame buster if (parent.frames.length > 0) { parent.location.href = location.href; } // Open picture windows function PicWin(url,winName,w,h) { window.open(url,winName,"toolbar=no,location=no,directories=no,status= no,menubar=no,scrollbars=no,copyhistory=yes,width="+w+",height="+h+ ",resizable=yes,left=0,top=0"); }