
function scroll(n)

{
	//alert("asdasdads");
	temp=n;
News.scrollTop=News.scrollTop+temp;
//alert("asdasdads"+News.scrollTop);
if (temp==0) return;
setTimeout("scroll(temp)",60);

}


function scroll1(n1)

{
temp1=n1;
News1.scrollTop=News1.scrollTop+temp1;
if (temp1==0) return;
setTimeout("scroll1(temp1)",60);

}


function makevisible(cur,which){ 

if (which==0) 

cur.filters.alpha.opacity=100 

else 

cur.filters.alpha.opacity=70 

} 


function changewarmproduct(n)
{
var m=n.substring(n.length-2);


if(m==11){
document.getElementById("product").src="../images/"+n+".jpg"
document.getElementById("product").width="540"

} 

if(m==22){
document.getElementById("product").src="../images/"+n+".jpg"
document.getElementById("product").width="540"

} 

if(m==33){
document.getElementById("product").src="../images/"+n+".jpg"
document.getElementById("product").width="540"

} 

if(m==44){
document.getElementById("product").src="../images/"+n+".jpg"
document.getElementById("product").width="540"

} 

if(m==55){
document.getElementById("product").src="../images/"+n+".jpg"
document.getElementById("product").width="540"

} 
if(m==66){
document.getElementById("product").src="../images/"+n+".jpg"
document.getElementById("product").width="540"

} 

if(m==77){
document.getElementById("product").src="../images/"+n+".jpg"
document.getElementById("product").width="540"

} 

if(m==88){
document.getElementById("product").src="../images/"+n+".jpg"
document.getElementById("product").width="540"

} 

}

//function changestyle()
//{
//alert(document.getElementById("warm1").style)
//document.getElementById("warm1").style.filter='alpha(opacity=100)'; 
//document.getElementById("warm1").onMouseover= function(){} ;
//document.getElementById("warm1").onMouseout= function(){};
//}

