function pophelp(url){
	var newwindow;
	settings="toolbar=no,location=no,directories=no,"+"status=no,menubar=no,scrollbars=yes,"+"resizable=yes,width=700,height=600";
	newwindow=window.open(url,'Help',settings);
	if (window.focus) {newwindow.focus()}
}


// Javacript for Site Search 
/****** required field ******/
 
// which shops to search (one or more shop IDs, comma-separated)
var cpsnippet_shopsearch_shopids = 'brightgifts';
 
/****** optional fields ******/
 
// if more than one shop, this is a list of shop names
// matched up with the shop IDs
var cpsnippet_shopsearch_shopnames = "brightgifts,jobtshirts4u";
 
// if more than one shop, this is the default selection
var cpsnippet_shopsearch_defaultid = 'brightgifts';
 
// preset keyword in textbox (default is an empty box)
var cpsnippet_shopsearch_startterm = '';
 
// if preset keyword is set, clear the search box on focus (yes or no)
var cpsnippet_shopsearch_clearonfocus = 'yes';
 
// text before text box
// default: "Search:"
var cpsnippet_shopsearch_beforetext = 'Search Designs: ';
 
// if more than one shop, text between text box and shop select box
// default: " in "
var cpsnippet_shopsearch_middletext = ' in ';
 
// text between text box and button
// (or, if more than one shop, between shop select box and button)
// default: blank
var cpsnippet_shopsearch_aftertext = '';
 
// button text
// default: "go"
var cpsnippet_shopsearch_buttontext = 'Go';
