// Copyright 2005 JP7


function atmos_changeLang(lang){
	var newLocation=location.toString().replace((lang=='pt-br')?'site':'en',(lang=='pt-br')?'en':'site')
	var pos1=newLocation.indexOf('?id=')
	if(pos1!=-1){
		var pos2=newLocation.indexOf('&',pos1)
		if(pos2!=-1)newLocation=newLocation.substring(0,pos1)+'?'+newLocation.substring(pos2+1)
		else newLocation=newLocation.substring(0,pos1)
		newLocation+=((newLocation.indexOf('?')!=-1)?'&':'?')+'tipo='+((tipo_1)?tipo_1:tipo_0)
	}
	location.replace(newLocation)
}

function atmos_file_view(url){
	if(!atmos_file_download_click)openPopup(url,'atmos_relatorios_popup',640,480,'resizable=1')
}

var atmos_file_download_click=false
function atmos_file_download(url,file_name){
	atmos_file_download_click=true
	location='../../site/_geral/download.php?url='+url+'&file_name='+file_name
	setTimeout('atmos_file_download_click=false',0)
}
