function news_view(url) {link = window.open(url, "Link", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=0, width=700, height=450, left=300, top=30");}

function news_view_resume(url){link = window.open(url, "Link", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=0, width=700, height=500, left=150, top=30");}

function new_window(url) 
{
link = window.open(url, "Link", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, width=145, height=150, left=80, top=180");
}
function new_window2(url) 
{
link = window.open(url, "Link", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=0, width=530, height=500, left=60, top=0");
}
function new_window8(url) 
{
link = window.open(url, "Link", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, width=500, height=425, left=60, top=0");
}
function new_window3(url) 
{
link = window.open(url, "Link", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, width=600, height=335, left=60, top=0");
}
function new_window4(url) 
{
link = window.open(url, "Link", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, width=250, height=150, left=60, top=0");
}
function new_window5(url) 
{
link = window.open(url, "Link", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=0, width=1024, height=820, left=5, top=5");
}
function new_window6(url) 
{
link = window.open(url, "Link", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=0, width=500, height=450, left=150, top=50");
}
function new_window7(url) 
{
link = window.open(url, "Link", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1, resizable=0, width=450, height=300, left=150, top=50");
}

function new_window8(url) 
  {
    link = window.open (url, "Link", "toolbar=1, location=0, directories=1, status=0, menubar=1, scrollbars=1, resizable=1, width=450, height=300, left=150, top=50");
  }

function imgOpen(imgURL,imgWidth,imgHeight,Title) {
var imgWndw=window.open('','_blank','width='+imgWidth+',height='+imgHeight+',toolbars=no,menubar=no,location=no,status=no,'+'resize=no,scrollbars=no left=150, top=50');
 
var imgTitle=(Title)?Title:imgURL+": "+imgWidth+'x'+imgHeight;
with (imgWndw.document){
  open();
  write('<ht'+'ml><he'+'ad><ti'+'tle>'+imgTitle+'</ti'+'tle>'+'</he'+'ad><bo'+'dy leftmargin="0" topmargin="0" '+
  'rightmargin="0" bottommargin="0" marginwidth="0" '+'marginheight="0"><img src="'+imgURL+'" width="'+imgWidth+
  '" height="'+imgHeight+'" border="0" alt="'+imgTitle+'"></bo'+'dy></ht'+'ml>');
  close();
}
}

function bookmark()
{
if (document.all)
window.external.AddFavorite(bm_url,bm_titel)
}






