var cont = 0;
function popup(bildname,width,height)
{
if (cont!=0){
	popup1.close();
}
cont = cont + 1
popup1 = window.open("'"+ bildname +"'","popup","width="+ width +",height="+ height +",resizable=0,scrollbars=0");
}

function popupflash(){
	popup1 = window.open("","popup","width=430,height=420,resizable=0,scrollbars=0");
	popup1.document.write('<html><head><title>Astapias</title><link rel=alternate media=print href="/templates/images/flash-imprimir.jpg"></head>');
	popup1.document.write('<body bgcolor="#ffffff" leftmargin="0" rightmargin="0" topmargin="0">');
	popup1.document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="430" height="420"><param name="movie" value="/templates/media/tapia_zoom.swf"><param name=quality value=high><param name="LOOP" value="false"><embed src="/templates/media/tapia_zoom.swf" width="797" height="640" loop="false" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed></object>');
	popup1.document.write('</body></html>');
}

function popupclima(){
	popup1 = window.open("","popup","width=500,height=500,resizable=0,scrollbars=0");
	popup1.document.write('<html><head><title>Astapias</title><link rel=alternate media=print href="/templates/images/flash-imprimir.jpg"></head>');
	popup1.document.write('<body bgcolor="#ffffff" leftmargin="0" rightmargin="0" topmargin="0">');
	popup1.document.write('<iframe src="http://www.meteored.com/blanco/index.htm" width="500" height="500" SCROLLING="NO" HSPACE="0" VSPACE="0" FRAMEBORDER="0" MARGINHEIGHT="0"><layer src="http://www.meteored.com/blanco/index.htm" width="500" height="500" SCROLLING="NO" HSPACE="0" VSPACE="0" FRAMEBORDER="0" MARGINHEIGHT="0"></layer></iframe>');
	popup1.document.write('</body></html>');
}
