 
 function redirectin(var1) 
{ 
 window.location.replace(var1) 
}

 function redirectex(var1) 
{ 
 win = window.open(var1);
}

