<!--
function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function popUpWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features); 

}

function bookmarksite(title, url){
	if (document.all)
		window.external.AddFavorite(url, title);
	else if (window.sidebar)
	window.sidebar.addPanel(title, url, "")
}

function confirmDelete(url) {
	if (confirm("Remove this item from your cart?")) {
	   location.href(url);
	}
}



function popup(url, name, width, height) 
{  
	window.open(url, name, "menubar=1,resizable=1,toolbar=0,scrollbars=1,width=" + width + ",height=" + height); 
}


//-->