<!--

// Copyright © GorillaSoft, Inc.  < www.gorillasoft.com >
// Description:	JavaScript Resources for 


// Open Window function

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



// -->

