function popupWindow(page,top,left,width,height,options)
{
window.open(page,"","top="+top+",left="+left+",width="+width+",height="+height+","+options);
}