function modalWin(page)
{if(window.showModalDialog)
{window.showModalDialog(page,"name","dialogWidth:600px;dialogHeight:400px");}
else
{window.open(page,'name','height=400,width=600,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes ,modal=yes');}}
function modalWin2(page){
window.open(page,'name','height=500,width=800,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes ,modal=yes');}
function popUp(URL){day=new Date();id=day.getTime();eval("page"+id+" = window.open(URL, 'newwin', 'toolbar=no,menubar=no,scrollbars=yes,statusbar=no,resizable=yes,width=450,height=400');");}
function OnNavClick(WhereToGo)
{var xURL=window.location.href;xURL=xURL.substring(0,xURL.lastIndexOf("/")+1);window.location.href=xURL+WhereToGo;}
function OnCatClick(WhereToGo)
{var xURL=window.location.href;xURL=xURL.substring(0,xURL.lastIndexOf("/")+1);window.location.href=WhereToGo;}