<!--
/*  $Id: lightbox.js,v 1.1 2006/12/29 10:22:55 cowlesj Exp $

    altcom E-Commerce Solutions
    http://www.altcom.co.uk

    Copyright (c) 2005 altcom Limited.  all rights reserved.
*/
function add_lightBox(path,getVars){	
		window.location=path+getVars+"&lightbox=add_product";

}

function remove_lightBox(path,getVars){	

		window.location=path+getVars+"&lightbox=remove_product";
	
}
//-->
