var OriginalSrc = "";
var OriginalHtml = "";
var ProductImage;
var ProductImageCanvasTD;
var ProductImageDummyImg;
function ProductAdded(prodnumber, caller, postorigin) 

{
    
	
	if(getCookie('popupCoockie') != "on")
	{
		if(window.location.href.indexOf("showbasket") < 1)
		{
			//Købs popup
			 var myWidth = 0
		  	 if(typeof(window.innerWidth) == 'number') {
		        //Non-IE
		        myWidth = window.innerWidth;
			}
			else if(document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight)) {
		        //IE 6+ in 'standards compliant mode'
		        myWidth = document.documentElement.clientWidth;
		    } 
			else if(document.body &&(document.body.clientWidth || document.body.clientHeight)) {
		        //IE 4 compatible
		        myWidth = document.body.clientWidth;
		    } 
			document.getElementById("koebpopup").style.left 			= (myWidth/2-155+45)+"px";
			document.getElementById("koebpopup").style.top 				= "190px";
			document.getElementById("koebpopup").style.width 			= "400px";
			document.getElementById("koebpopup").style.height 			= "395px";
			document.getElementById("koebpopup").style.backgroundImage 	= "url(/grafik/varekortpopup/overlay-bg.png)";
			document.getElementById("koebpopup").style.position		 	= "absolute";
			document.getElementById('koebpopup').style.display 			= "inline";
			//var innerDIV = 	"<div style=\"padding:170px 0 0 115px; text-align:left;\"><a href=\"/shop/showbasket.html\"><img style=\"cursor:pointer\" src=\"/grafik/varekortpopup/se-kurven.png\" onMouseOver=\"this.src='/grafik/varekortpopup/se-kurven-hover.png'\" onMouseOut=\"this.src='/grafik/varekortpopup/se-kurven.png'\"></a><br /><br />"
							+"<a href=\"#\" onclick=\"HideKoebPopup()\" style=\"text-decoration:underline; font-weight:bold\">Køb flere varer, se kurven senere</a></div>";
			//document.getElementById("koebpopup").innerHTML = innerDIV;
			
			setTimeout(HideKoebPopup, 2000);
		}
	}
	
}

function HideKoebPopup() 
{
   $('#koebpopup').fadeOut(3000);
 //  document.getElementById('koebpopup').style.display = 'none';
}


