function preloadImages() { 
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  var i,j=d.MM_p.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)
  if(a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
preloadImages('http://www.karperwereld.nl/images/loading.jpg','http://www.karperwereld.nl/images/rechts.jpg')

HM_PG_MenuWidth = 143;
HM_PG_FontFamily = "Arial,sans-serif";
HM_PG_FontSize = 8;
HM_PG_FontBold = true;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "white";
HM_PG_FontColorOver = "black";
HM_PG_BGColor = "#C58C00";
HM_PG_BGColorOver = "#FFEBAD";
HM_PG_ItemPadding = 3;

HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "#FFCC00";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "#FFCC00";

HM_PG_ImageSrc = "http://www.karperwereld.nl/scripts/arrow.gif";
HM_PG_ImageSrcLeft = "http://www.karperwereld.nl/scripts/arrow.gif";
HM_PG_ImageSrcOver = "http://www.karperwereld.nl/scripts/arrow.gif";
HM_PG_ImageSrcLeftOver = "http://www.karperwereld.nl/scripts/arrow.gif";

HM_PG_ImageSize = 9;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 0;

HM_PG_KeepHilite = true; 
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 0;
HM_PG_ChildOffset = 0;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = .5;
HM_PG_StatusDisplayBuild =0;
HM_PG_StatusDisplayLink = 0;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = 0;

HM_PG_CreateTopOnly = 0;
HM_PG_ShowLinkCursor = 1;
HM_PG_NSFontOver = true;

function resetform() {
document.forms[0].elements[0]=="";
}
function submitForms() {
if (isEmail() && isName())
if (confirm("You are about to e-mail your submission. \n\nPress YES to submit or NO to abort."))
{
alert("Your submission will now be sent. Once the submission is complete you may return to our Homepage by pressing the BACK button below.\n\nThank you for joining our mailing list!");
return true;
}
else
{
alert("You have chosen to abort the submission. Try again or return to the homepage with the BACK button.");
return false
}
else
return false;
}
function isName() {
if (document.forms[0].elements[1].value == "")
{
alert ("You have not entered a name. \n\nThis is a required field, so please enter your name.")
document.forms[0].elements[1].focus();
return false;
}
return true;
}
function isEmail() {
if (document.forms[0].elements[0].value == '') {
alert ("The E-Mail field is left blank. \n\n Please enter your E-Mail address.")
document.forms[0].elements[0].focus();
return false;
}
if (document.forms[0].elements[0].value.indexOf ('@',0) == -1 ||
document.forms[0].elements[0].value.indexOf ('.',0) == -1) {
alert ("The E-Mail field requires a \"@\" and a \".\" to be used. \n\nPlease re-enter your E-Mail address.")
document.forms[0].elements[0].select();
document.forms[0].elements[0].focus();
return false;
}
return true;
}

function closewin()
{ var newsletter=window.close
}
