function newwin(page)
{
var winOpts='toolbar=no,resize=no,titlebar=no,location=no,directories=no,status=no,scrollbars=yes,menubar=no,width=650,height=525,maximize=null';
window.open(page, "privacy", winOpts)
} 

function checkVals(form) {
//var ok
	if (form.priceRange.selectedIndex == 0 && form.productType.selectedIndex == 0 && form.occasionType.selectedIndex == 0) {
		alert ('Please select one or more options from the\npull-down menus and try your search again.');
		//ok =1
		return false;
	} 
	//else if (ok==1) {
	else{
		document.theform.submit();
	}
}
function newwincur()
{
window.open("http://www.xe.com/ucc/","attend",'width=750,height=550,scrollbars=yes,scrolling=yes,resizable=yes,status=yes');
}
