// JavaScript Document

var marqueewidth=277																		
    var marqueeheight=30																		
	var speed=2.0
																		var marqueecontents='<table border="0" cellpadding="0" cellspacing="0"> <tr>	<td colspan="2"> <table border="0" cellpadding="3" cellspacing="0"  width="250"> 	  	<tr height="20"><td bgcolor="#C0C0C0" valign=top width="10"><img src="img/flecha.jpg"></td><td ><a href="http://www.microsoft.com/hardware/digitalcommunication/productdetails.aspx?pid=005" target="_blank"><img src="img/noti_02.jpg" border="0" ></a></td></tr> '     
																		marqueecontents=marqueecontents + '<table border="0" cellpadding="0" cellspacing="0"> <tr>	<td colspan="2"> <table border="0" cellpadding="3" cellspacing="0"  width="250"> 	  	<tr height="20"><td bgcolor="#C0C0C0" valign=top width="10"><img src="img/flecha.jpg"></td><td ><a href="http://www.intel.com/espanol/products/index.htm?iid=gg_work-la+home_products" target="_blank"><img src="img/noti_01.jpg" border="0" ></a></td></tr> '

																		marqueecontents=marqueecontents + '<table border="0" cellpadding="0" cellspacing="0"> <tr>	<td colspan="2"> <table border="0" cellpadding="3" cellspacing="0"  width="250"> 	  	<tr height="20"><td bgcolor="#C0C0C0" valign=top width="10"><img src="img/flecha.jpg"></td><td ><a href="http://www.intel.com/es_LA/Consumer/Learn/family-desktop.htm#/Desktop-desktop_core2quad/" target="principal"><img src="img/noti_03.jpg" border="0" ></a></td></tr> '

																		marqueecontents=marqueecontents + '<table border="0" cellpadding="0" cellspacing="0"> <tr>	<td colspan="2"> <table border="0" cellpadding="3" cellspacing="0"  width="250"> 	  	<tr height="20"><td bgcolor="#C0C0C0" valign=top width="10"><img src="img/flecha.jpg"></td><td ><a href="http://www.microsoft.com/latam/sqlserver/default.aspx" target="_blank"><img src="img/noti_04.jpg" border="0" ></a></td></tr> '

																		marqueecontents=marqueecontents + '<table border="0" cellpadding="0" cellspacing="0"> <tr>	<td colspan="2"> <table border="0" cellpadding="3" cellspacing="0"  width="250"> 	  	<tr height="20"><td bgcolor="#C0C0C0" valign=top width="10"><img src="img/flecha.jpg"></td><td ><a href="http://www.microsoft.com/surface/" target="_blank"><img src="img/noti_05.jpg" border="0" ></a></td></tr> '

																		marqueecontents=marqueecontents + '<table border="0" cellpadding="0" cellspacing="0"> <tr>	<td colspan="2"> <table border="0" cellpadding="3" cellspacing="0"  width="250"> 	  	<tr height="20"><td bgcolor="#C0C0C0" valign=top width="10"><img src="img/flecha.jpg"></td><td ><a href="http://www.microsoft.com/spain/visualstudio/products/2010/default.mspx" target="_blank"><img src="img/noti_06.jpg" border="0" ></a></td></tr> '


marqueecontents=marqueecontents + ' 	</table> 	</td> 	</tr>  </table>'
																		
																		if (document.all)
																		document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')
																		function regenerate(){
																		window.location.reload()
																		}
																		function regenerate2(){
																		if (document.layers){
																		setTimeout("window.onresize=regenerate",200)
																		intializemarquee()
																		}
																		}
																		function intializemarquee(){
																		document.cmarquee01.document.cmarquee02.document.write(marqueecontents)
																		document.cmarquee01.document.cmarquee02.document.close()
																		thelength=document.cmarquee01.document.cmarquee02.document.height
																		scrollit()
																		}
																		function scrollit(){
																		if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){
																		document.cmarquee01.document.cmarquee02.top-=speed
																		setTimeout("scrollit()",100)
																		}
																		else{
																		document.cmarquee01.document.cmarquee02.top=marqueeheight
																		scrollit()
																		}
																		}
																		window.onload=regenerate2