<!--

// VDB Creative, LLC. 2002.  vdbcreative.com




function openWindow(theURL,winName,features) 
	
	{ 
	
	shopwindow = window.open(theURL,winName,features);
	shopwindow.focus();
	
	}





	

// -->
