// JavaScript Document

function index(){
	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='700' height='400'>");
	document.write("					<param name='movie' value='swf/home.swf'>");
	document.write("					<param name='quality' value='high'>");
	document.write("					<embed src='swf/home.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='700' height='400'></embed>");
	document.write("				</object>");
}

function menu(){
	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='165' height='400'>");
	document.write("					<param name='movie' value='swf/menu.swf'>");
	document.write("					<param name='quality' value='high'>");
	document.write("					<embed src='swf/menu.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='165' height='400'></embed>");
	document.write("				</object>");
}

function consulta(){
	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='200' height='25'>");
	document.write("					<param name='movie' value='swf/consulta.swf'>");
	document.write("					<param name='quality' value='high'>");
	document.write("					<embed src='swf/consulta.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='200' height='25'></embed>");
	document.write("				</object>");
}

function menui(){
	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='165' height='400'>");
	document.write("					<param name='movie' value='swf/menu_i.swf'>");
	document.write("					<param name='quality' value='high'>");
	document.write("					<embed src='swf/menu_i.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='165' height='400'></embed>");
	document.write("				</object>");
}

function consultai(){
	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='200' height='25'>");
	document.write("					<param name='movie' value='swf/consulta_i.swf'>");
	document.write("					<param name='quality' value='high'>");
	document.write("					<embed src='swf/consulta_i.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='200' height='25'></embed>");
	document.write("				</object>");
}


