

var MyWindow;
window.onerror = null;

function popCart(iName, FX, iLX) {
	if(iLX == null){iLX = '';}
	MyWindow = window.open('http://search.nvtech.com/nvtech/cart/?D3=' + iName + '&FX=' + FX + '&LX=' + iLX, "MyCart","top=0,left=200,odmWidth=620,height=600,alwaysRaised=yes,toolbar=no,directories=no,status=yes,scrollbars=yes,resizable=yes,menubar=no,location=no,copyhistory=no");
	MyWindow.focus();
	//return false;
}


function popImages(D3) {
	MyWindow = window.open('http://search.nvtech.com/nvtech/module/?L=NF&D3=' + D3 + '&From=' + location.pathname, "MyImages","top=0,left=300,width=700,height=700,directories=no,status=yes,scrollbars=yes,resizable=yes,menubar=no,location=yes,copyhistory=no");
	MyWindow.focus();
	//return false;
}

