function openwindowX_2(x)
{

window.open(x, "mywindow","location=0,status=0,scrollbars=1,width=640,height=480");
}