function kasifla(url,w,h){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+w+'" height="'+h+'">');
document.write('<param name="movie" value="'+url+'">');
document.write('<param name="quality" value="high">');
document.write('<param name="bgcolor" value="#eeeeee">');
document.write('<param name="menu" value="false">');
document.write('<embed src="'+url+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>');
document.write('</object>');
}

	function PopUp(ref)
	{	
		var strFeatures="toolbar=no,status=no,menubar=no,location=no"
		strFeatures=strFeatures+",scrollbars=no,resizable=no,height=380,width=300"
		newWin = window.open(ref,"_blank",strFeatures);
	              newWin.open = top;
	}
	function PopUp2(ref)
	{	
		var strFeatures="toolbar=no,status=no,menubar=no,location=no"
		strFeatures=strFeatures+",scrollbars=no,resizable=no,height=300,width=300"
		newWin = window.open(ref,"_blank",strFeatures);
	              newWin.open = top;
	}
	function abre_janela2(janela)
	{
		window.open(janela,'','scrollbars=no,width=800,height=450,top=1,left=1')
	}

	function abre_janela(janela)
	{
		window.open(janela,'','scrollbars=no,width=450,height=450,top=1,left=1')
	}
