function card(theURL) { //v2.0
  window.open(theURL,'bigCard','scrollbars=no,width=670,height=490');
}

function toSuit(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function suit(selObj,restore) {
	var calcLeft = 480;
	var calcTop =600;
	if (parseInt(navigator.appVersion) >= 4)
	{
		calcTop = screen.availHeight /2 - 480;
		calcLeft = screen.availWidth / 2 - 600;
	}
window.open(selObj.options[selObj.selectedIndex].value,'width=600,height=480,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,left=' + calcLeft + ',top=' + calcTop + ',resizable=yes');
if (restore) selObj.selectedIndex=0;
}

function mappop(theURL) { //v2.0
  window.open(theURL,'map','width=470,height=320,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no');
}

function quality(theURL) { //v2.0
  window.open(theURL,'quality','status=no,width=450,height=300,scrollbars=auto');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
