function print_self(){
	window.print();
}
function image_window(img,wd,hg,alt,name) {
	var generator=window.open('',name,"width=" + wd + ",height=" + hg + ",toolbar=no,location=no,directories=no,scrollbars=no,resizable=no,status=no,menubar=no,locationbar=no,left=270,top=180");
	generator.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" generator.document.write "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
	generator.document.write('<html xmlns="http://www.w3.org/1999/xhtml">');
	generator.document.write('<head>');
	generator.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />');
	generator.document.write('<title>nmj design</title>');
	generator.document.write('<link href="../internet-marketing/NMJ_Style.css" rel="stylesheet" type="text/css" />');
	generator.document.write('<style type="text/css">');
	generator.document.write('<!--');
	generator.document.write('body {');
	generator.document.write('	margin-left: 0px;');
	generator.document.write('	margin-top: 0px;');
	generator.document.write('}');
	generator.document.write('-->');
	generator.document.write('</style>');
	generator.document.write('</head>');
	generator.document.write('<body leftmargin="0px" marginwidth="opx">');
	generator.document.write('<a href="javascript:self.close()"><img src="../internet-marketing/%27%20+%20img%20+%20%27" alt="' + alt + '" class="tb" /></a>');
	generator.document.write('</body></html>');
	generator.document.close();
}
function print_view(page){
	popup=window.open(page,"print","width=700,height=600,scrollbars=yes,resizable=no,menubar=yes,locationbar=no,toolbar=no,left=0,top=0");
	popup.focus();
}

function popup(url){
  window.open(url,'popup','status=no,toolbar=no,scrollbars=yes,width=500,height=520,left=90,top=27')
}
function popupex(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function open_window(page,wd,hg,name){
	popup=window.open(page,name,"width=" + wd + ",height=" + hg + ",scrollbars=yes,resizable=yes,menubar=yes,locationbar=yes,toolbar=yes,left=90,top=27");
	popup.focus();
}
function open_windowjq(page,wd,hg,name){ //wd+27 hg+26
	popup=window.open(page,name,"width=" + wd + ",height=" + hg + ",toolbar=no,location=no,directories=no,scrollbars=no,resizable=no,menubar=no,locationbar=no,left=270,top=180");
}
function open_windowx(page,wd,hg,name){
	popup=window.open(page,name,"width=" + wd + ",height=" + hg + ",status=no,toolbar=no,scrollbars=yes,resizable=no,menubar=no,locationbar=no,left=180,top=9");
	popup.focus();
}
function lin(pass) {
	var html_ext=".htm";
	var path_to_page="http://www.interaktiv-online.com/";
	var location=path_to_page+pass+html_ext;
	this.location.href=location
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3))
{
alert ("© interaktiv-online");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;