﻿if (window == top) top.location.href = "http://www.pmp-art.net/1test";


function PopIt(filename){ 
popup = window.open(filename,"popDialog","width=640,height=600,scrollbars=no");
}
        

function fitWindowSize() {
width = document.images[0].width +  45;
height = document.images[0].height + 145;
window.resizeTo(width, height);
window.focus();
   }
        

