function openWin1(src) {
	var URL ='';
	if (src){
		URL = src.options[src.selectedIndex].value
	}
	else{
		URL = document.m1.w1.options[document.m1.w1.selectedIndex].value;
	}
	myWin= open(URL, "displayWindow");	
}
function pu(n,w,wh,ht,sb,tb)
{
	var s = ['no','yes'];
	var ac = 'scrollbars=' + s[sb] + ',toolbars=' + s[tb] + ',width=' + wh + ',height=' + ht;
	if (!n){var n='http://www.portal-mexico.com/cgi-bin/refer/refer0.pl?ref=' + window.document.URL;}
	window.open (n,w,ac);
}
function outm(fr) {
	document.forms[fr].Go.style.backgroundColor='#ffffff';
}
function ovm(fr) { 
	document.forms[fr].Go.style.backgroundColor='#eeeeff';
}
