function popupwindow( index )
{
	if( index == 1 )
	{
		window.open( "http://www.bb.com.mx/micrositios/micrositios/credibajio/index-flash.htm", "newwindow", "toolbar = 0, location = 0, directories = 0, status = 0, menubar = 0, scrollbars = 0, resizeable = 0, width = 600, height = 400" );
	}
	if ( index == 2 )
	{
		window.open( "http://www.bb.com.mx/micrositios/micrositios/interbajio/interbajio.htm", "newwindow", "toolbar = 0, location = 0, directories = 0, status = 0, menubar = 0, scrollbars = 0, resizeable = 0, width = 600, height = 400" );
	}
	if ( index == 3 )
	{
		window.open( "http://www.factorbajio.com.mx/", "newwindow" );
	}
	if ( index == 4 )
	{
		window.open( "http://images.bb.com.mx/ezmediacatalogue/catalogue/InformeAnual2005.pdf", "newwindow", "toolbar = 0, location = 0, directories = 0, status = 0, menubar = 0, scrollbars = 0, resizeable = 0, width = 600, height = 400" );
	}
	if ( index == 5 )
	{
		window.open( "http://www.aforeab.com.mx/AforeAB/", "newwindow" );
	}
	if ( index == 6 )
	{
		window.open( "http://www.trustmexico.com.mx/", "newwindow" );
	}
}