<!--


function buseo(name,url,left,top,width,height,toolbar,menubar,statusbar,scrollbar,resizable)

{

  window.open(url, name, 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+statusbar+', scrollbars='+scrollbar+', resizable='+resizable);

}

function closewin()
{
newwindow=window.open('','aa','left=1300,top=200,scrollbars=auto,resizable=no,width=1,height=1');
newwindow.close();
newwindow.close();
} 


function chg_img ( obj, url )
{
	obj.filters.blendTrans.apply();
	obj.src = url;
	obj.filters.blendTrans.play(); 
}


//-->
