// wwbot.js 
// Version: 1.05	(c) 2010 by A-biz
// 2003-09-08	alt= and file names reconstructed
// 2005-02-22	nieuwe gfx ingebouwd
// 2005-02-23	fixed cookie initialisation
// 2005-02-28	fixed cookie initialisation for NS bug
// 2010-10-20	form structuur aangepast ivm probleem in browsers 
if (NS4) {document.write('<LAYER NAME="floatlayer" LEFT="'+floatX+'" TOP="'+floatY+'">');}
if ((IE4) || (NS6)) {document.write('<div id="floatlayer" style="position:absolute; left:'+floatX+'; top:'+floatY+'; background-image: url(gfx/cart_bg.gif);color: #000000;">');}
document.write('<form name="cart"><table width="100%" border="1">');
document.write('<tr><td align="center"><img name="cartvis" src="gfx/cart_le.gif" alt="Toggle cart visibility" onClick="cc();"><img src="gfx/cart_2p.gif" width="40" height="0"><img src="gfx/cart_sc.gif" alt="This cart shows what you have chosen so far"><img src="gfx/cart_2p.gif" width="25" height="0"><img src="gfx/cart_mi.gif" alt="Decreases length of cart" onClick="cs(2);"><img src="gfx/cart_pl.gif" alt="Increases length of cart" onClick="cs(1);"><br>');
document.write('<Select name="kar" id="kar" style="color: Black;font-family: Arial Narrow, sans-serif;font-size: 8pt;font-weight: normal;background-color: #FDFBCE; width: 200" size="10">');
document.write('</select><br><img class="hand" src="gfx/cart_rt.gif" alt="Click on a title in your cart and then on this button to remove that item from your cart" onclick="remrec()">');
document.write('&nbsp;<img class="hand" src="gfx/cart_ec.gif" alt="This button removes ALL items from your cart" onclick="delkar()"><br><img class="hand" src="gfx/cart_co.gif" alt="Go to payment and shipping options" onclick="co();"></td></tr></table></form>');

if (NS4) 
{
	document.write('</LAYER>');
}
if ((IE4) || (NS6)) 
{
	document.write('</DIV>');
	document.getElementById("floatlayer").style.display = 'none';
}
ifloatX=floatX;
ifloatY=floatY;
define();
window.onresize=define;
lastX=-1;
lastY=-1;
adjust();
setTimeout('testCookies()',500);	// to fix NetScape bug which doesn't always fully load the page
