function wload(link,name,w,h,s,l,t)
{
 swindow= window.open (link, name,
 "toolbar=0,location=0,resizable=0,directories=0,status=0,menubar=0,scrollbars="+s+",copyhistory=0,left="+l+",top="+t+",width="+w+",height="+h); 
}


function writeContent(string)
{
    content.window.location=string
}
