function popup(loc)
{
HTML="<html><head><title>WISO Fahrtenbuch Vorteilsrechner</title></head><style type=\"text/css\">body{margin:0px;}</style></head><body marginwidth=\"0\" marginheight=\"0\"><iframe src=\"Vorteilsrechner/vorteilsrechner.htm\" width=625 height=960 scrolling=no frameborder=0 name=\"Vorteilsrechner\"></iframe></body></html>";
if(window.screen) var myleft=(screen.width-664)/2,mytop=(screen.height-1100)/2;
popupImage=window.open('about:blank','_blank','toolbar=no,scrollbars=auto,width=625,height=960,left='+myleft+',top='+mytop);
popupImage.document.open();
popupImage.document.write(HTML);
popupImage.document.close();
}