// extern window

function win(URL) {
	window.open(URL, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=950,height=633,top=10,left=10')
}
function map(){
window.open('map/small_espanol.php','','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=540,height=612')
}

function popupw(page,w,h){
	window.open(page,'','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,top=50,left=50,width='+w+',height='+h)
}
function popupy(page,w,h){
	window.open(page,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width='+w+',height='+h)
}
function msg(msg,content)
{
	
	document.getElementById(content).innerHTML=msg;
}
//if IE4+
document.onselectstart=new Function ("return false");