function launchwin(q,s,height,width)
{
window.open(q,s,"directories=0,height="+height+",width="+width+",screenX=10,screenY=10,left=10,top=10,location=0,resizable=0,status=0, scrollbars=1");
}
