<!-- 
function ShowVisCard( ID, PosID, myurl ) { 

  var searchviscardpop
  var customerurl
  
  var wh = screen.height-430;
//  var qlikpop = open('' + ID + '&PosID=' + PosID, 'Popup', ); 
    var searchviscardpop = open('show.pl?a=config&p=' + ID, 'Popup', 'left=10,top='+wh+',width=380,height=240,toolbar=no,scrollbars=no,menubar=no,resizable=no'); 
//  if (myurl!='') {
//    customerurl = open('counter.asp?GotoUrl='+myurl+'&PosID='+PosID+'&BranchenID=64&RegionID=1', 'Customer' , 'left=135,top=0,toolbar=yes,scrollbars=yes,menubar=yes,resizable=yes,location=yes' ); 
//  }
  searchviscardpop.focus();
  
} 
//-->



function openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function chMenu(name)
{ 	if(name == "") 	{ 	top.menu.location = "sevim.menu.cgi?a=empt";							}
	else			{	top.menu.location = "../../cgi-bin/sevim/sevim.menu.cgi?a=" + name;		}
}

function chBillMenu(name)
{	if(name == "")	{	top.sbillboard.location = "../../../cgi-bin/sevim/sevim.site.billboard.cgi?a=vote&b=banner&c=form&d=grafik&e=viedow";									}
	else			{	top.sbillboard.location = "../../../cgi-bin/sevim/sevim.site.menu.cgi?y=sevim&a=" + name;	}
}

function chSevim(name)
{	if(name == "")	{	top.smenu.location = "../../../cgi-bin/sevim/sevim/sevim.menu.cgi?a=empt";		}
	else			{	top.smenu.location = "../../../cgi-bin/sevim/sevim/sevim.menu.cgi?a=" + name;	}
}

function chSiteMenu(name)
{	if(name == "")	{	top.smenu.location = "../sevim/sevim.site.menu.cgi?a=empt";			}
	else			{	top.smenu.location = "../sevim/sevim.site.menu.cgi?a=" + name;		}
}

function chTeller(name)
{	if(name == "")	{	top.billboard.location = "http://127.0.0.1/jonckbloedt/jonckbloedt_menu.shtml";		}
	else			{	top.billboard.location = "http://127.0.0.1/cgi-bin/teller/" + name + ".pl";			}
}

function chHTxT(name)
{
	if(name == ""){
		top.sbillboard.location = "../../../../cgi-bin/sevim/sevim/helpdesk/sevim.helpdesk.txt.cgi?dBase=Helpdesk.dbs";
	}
	else{
		top.sbillboard.location = "../../../../cgi-bin/sevim/sevim/helpdesk/sevim.helpdesk.txt.cgi?dBase=" + name + ".dbs";
	}
}
	
var onoff="on"
function openpopup(){
var popurl="http://127.0.0.1/cgi-bin/jonckbloedt/txt.cgi?dBase=Note !.dbs"
winpops=window.open(popurl,"","width=452,height=200,")
}

function get_cookie(Name) {
//this function is used only if you had selected popup to load ONCE per session
//You may remove this function if variable "onoff" above is set to "off"
  var search = Name + "="
  var returnvalue = "";
  if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) { // if cookie exists
      offset += search.length
      // set index of beginning of value
      end = document.cookie.indexOf(";", offset);
      // set index of end of cookie value
      if (end == -1)
         end = document.cookie.length;
      returnvalue=unescape(document.cookie.substring(offset, end))
      }
   }
  return returnvalue;
}

function loadpopup(){
if (onoff=="on"){
if (get_cookie('alreadypopped')==''){
openpopup()
document.cookie="alreadypopped=yes"
}
}
else
openpopup()
}

// Begin
//if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {

//var url="http://127.0.0.1";
//var title="jonckbloedt . NL";

//document.write('<A HREF="javascript:window.ext');
//document.write('ernal.AddFavorite(url,title);" ');
//document.write('onMouseOver=" window.status=');
//document.write("'www.jonckbloedt.nl'; return true ");
//document.write('"onMouseOut=" window.status=');
//document.write("' '; return true ");
//document.write('">hier</a>');
//}
//else {
//var msg = "";
//if(navigator.appName == "Netscape") msg += ;
//document.write(msg);
//}

// End 






<!--
//function mouseDown(e) {
// if (parseInt(navigator.appVersion)>3) {
//  var clickType=1;
//  if (navigator.appName=="Netscape") clickType=e.which;
//  else clickType=event.button;
//  if (clickType!=1) {
//alert("B I N N E N S C H I L D E R . NL  © All rights reseved. ");
//}
// }
// return true;
//}
//if (parseInt(navigator.appVersion)>3) {
// document.onmousedown = mouseDown;
// if (navigator.appName=="Netscape") 
//  document.captureEvents(Event.MOUSEDOWN);
//}
// -->	