function popwindow(file)
{
var winSize="width=550,height=500,top=175,left=250";
window.open(file,"PopUp","status=no,scrollbars=yes,resizable=no,alwaysRaised=yes,width=580,height=550,top=0,left=150;");
}
