function opwin(site)

{
window.open('http://' + site); 
}

function sarp(site)

{
window.open('http://' + site); 
}



