function showlast(info) {
	var laatst= document.referrer;
	if (laatst == "") {
	laatst = ("");
	}
	return laatst;
}
function vorige(){ 
if(document.referrer.length > 0 && document.referrer.indexOf("http://www.deltadoors.nl") != -1){
    window.history.back()
} else {
    window.location.href="http://www.deltadoors.nl";
}
}
function preview(href, Width, Height, count, scr) { 
var url=href;
var win='toolbar=0,location=0,status=0,menubar=0,directories=0,resizable=0,scrollbars=0,left=500,top=40,target=_new';
w=Width;
h=Height;
var sizedwin=win + ',width=' + w + ',height=' + h + ',scrollbars=' + scr;
if(window == 'multiple') {	
	var windowname = 'Image_Window_' + count;
	open(url, windowname, sizedwin);
	} else {
	var windowname = 'Image_Window';
	popup = open(url, windowname, sizedwin);
	popup.focus();
	}
return false;
}
function zoomproduct(producturl,productnaam,w,h) {
if (w < 180) {
	w = 200;
}
var breedte = w + 20;
var hoogte  = h + 60;
	msg=open("","DisplayWindow","toolbar=0,location=0,status=0,directories=0,menubar=0,resizable=0,scrollbars=0,width=" + breedte + ",height=" + hoogte + ",left=500,top=40,target=" + productnaam + " ");
	msg.document.write("<HTML><TITLE>" + productnaam + "</TITLE>");
	msg.document.write("<body bgcolor=#FFFFFF text=#000000 LEFTMARGIN=0 RIGHTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 TOPMARGIN=0>");
	msg.document.write("<Table BACKGROUND=http://www.deltadoors.nl/dash/updash.gif cellpadding=0 cellspacing=0 border=0 width=100% height=35 align=center>");
	msg.document.write("<TR><TD>&nbsp;</TD><TD align=center valign=middle width=55><A Href='javascript:window.close()' target='_top'><img src=http://www.deltadoors.nl/dash/sluiten.gif border=0 alt=Sluit dit venster></A></TD>");
	msg.document.write("<TD>&nbsp;</TD></TR></TABLE>");
	msg.document.write("<center><font face=arial size=-1>" + productnaam + "<BR>");
	msg.document.write("<Table border=0 width=" + (w+10) + " height=" + (h+10) + " cellpadding=0 cellspacing=0 align=center style=\" background: #FFFFFF url(" + producturl + ") no-repeat; background-position: center center; \"><TR>");
	msg.document.write("<TD></TD></TR></TABLE></BODY></HTML>");
}
function deltavideo_old(id) {
	msg=open("","DisplayWindow","toolbar=0,location=0,status=0,directories=0,menubar=0,resizable=1,scrollbars=0,width=435,height=360,left=500,top=80,target=" + id +" ");
	msg.document.write("<html><title>DeltaDoors Video</title>");
	msg.document.write("<body bgcolor=#000000 LEFTMARGIN=0 RIGHTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 TOPMARGIN=0>");
	msg.document.write("<Table border=0 width=425 height=360 cellpadding=0 cellspacing=0 align=center>");
	msg.document.write("<TR><TD valign=top align=center><object width=\"425\" height=\"340\"><param name=movie value=http://www.youtube.com/v/" + id + "&autoplay=1&showinfo=0&rel=1&border=0&color1=0x2b405b&color2=0x6b8ab6&fs=0></param><param name=allowFullScreen value=false></param><embed src=http://www.youtube.com/v/" + id + "&autoplay=1&showinfo=0&rel=1&border=0&color1=0x2b405b&color2=0x6b8ab6&fs=0 type=application/x-shockwave-flash allowfullscreen=false width=\"425\" height=\"340\"></embed></object></TD></TR>");
	msg.document.write("<TR><TD height=10><center><font face=arial,verdana size=-1><a href='javascript:window.close()' style='color:white;text-decoration:none;'>Klik hier om video te sluiten / Click here to close window</a></TD></TR>");
	msg.document.write("</TABLE></BODY></HTML>");
}
function deltavideo(id) {
var url='http://www.deltadoors.nl/videoplayer/videoplayer.html?video=' + id;
var win='toolbar=0,location=0,status=0,menubar=0,directories=0,resizable=0,scrollbars=0,left=500,top=80,target=' + id;
w=440;
h=370;
var sizedwin=win + ',width=' + w + ',height=' + h;
	var windowname = 'VideoShow';
	popup = open(url, windowname, sizedwin);
	popup.focus();
}
