function simple_link(url) 
{ 
window.location.href=url;  
}