<!--
function openPop(url,label,width,height,scroll){
window.open(url,label,"width="+width+",height="+height+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scroll+",resizable=no");
}
function winOpenPreview(url)
{
contentWin =
window.open(url,"moviepreview","resizable=yes,toolbar=no,location=no,width=305,height=350,directories=no,status=yes,scroll=no,scrollbars=no,menubar=yes,left=10,top=10");
}
//-->