function openw(name,wid,hih)
{
contact = window.open(""+ name +"","","location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width="+ wid +",height=" + hih + ",top="+ screen.height*0.05 +",left="+ screen.width*0.1 +"");
}

function open_pict(name,wid,hih)
{
contact = window.open(""+ name +"","","location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+ wid +",height=" + hih + ",top="+ screen.height*0.05 +",left="+ screen.width*0.1 +"");
}

function openw_stat(name,wid,hih)
{
contact = window.open(""+ name +"","linkWin","location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width="+ wid +",height=" + hih + ",top="+ screen.height*0.05 +",left="+ screen.width*0.1 +"");
}


