// Display flash animations files, and avoids the ActiveX
// "Click here to activate and use this control" prompt
function DisplayFlash(element_id,swf_file,flash_width,flash_height)
{
    // Insert the flash file inside of the specified Tag's Id
document.getElementById(element_id).innerHTML = "<a rel=\"nofollow\"><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='" + flash_width + "' height='" + flash_height + "' id='movie' align=''><param name='movie' value='" + swf_file + ".swf'/><param name=wmode value=transparent><!--[if !IE]><--><a rel=\"nofollow\"><object type='application/x-shockwave-flash' data='" + swf_file + ".swf' width='" + flash_width + "' height='" + flash_height + "'><param name=wmode value=transparent>Description of Flash Content for screen readers</object></a><!--><![endif]--><!--[if IE]>Description of Flash Content for screen readers<![endif]--></object></a>";
}

//POP UP 

function creaPopup( )
{
	win=window.open("http://www.abpanama.com/aweber.html", "Aweber Form", "directories=no, menubar =no,status=no,toolbar=no,location=no,scrollbars=no,fullscreen=no,height=400,width=400,left=280,top=200")
}
