// JavaScript Document Krasny Del Perú S.R.L 90

var marqueewidth=277																		
    var marqueeheight=117																		
	var speed=1.8
   																		
																		
																		
																		var marqueecontents='<table border="0" cellpadding="0" cellspacing="0"> <tr>	<td colspan="2"> <table border="0" cellpadding="3" cellspacing="0"  width="250"> 	  	<tr height="40"><td bgcolor="#FFFFFF" valign=top width="10"><img src="img/flecha2.gif"></td><td ><a href="maquinarias.htm"><img src="img/noti_02.gif" 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="40"><td bgcolor="#FFFFFF" valign=top width="10"><img src="img/flecha2.gif"></td><td ><a href="monosem.htm"><img src="img/noti_01.gif" 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="40"><td bgcolor="#FFFFFF" valign=top width="10"><img src="img/flecha2.gif"></td><td ><a href="bio/quimicos.htm"><img src="img/noti_03.gif" 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="40"><td bgcolor="#FFFFFF" valign=top width="10"><img src="img/flecha2.gif"></td><td ><a href="contact.htm"><img src="img/noti_04.gif" 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",450)
																		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
