function sendto(a)
{
var screenw = 800;
var screenh = 500;
window.open(a, 'determined','toolbar=yes,scrollbars=yes,resizable  =yes,location=yes,directories=yes,menubar=yes,stat  us=yes,width='+screenw+',height='+screenh);
}