w = screen.width;

function openWindow(){
if(w>=1024)
{window.open("","Answer",'resizable=no, width=450,height=350,top=5, left=550')
}


 else 
{window.open("","Answer",'resizable=no, width=450,height=350,top=5, left=350')
}
}

