    function pop_up(link, width, height) {
		left = (screen.width-width)/2;
		if(screen.height<610){height=580;}
		else if(screen.height<770){height=655;}
     	window.open(link,"","top=0,left="+left+",scrollbars=yes, width="+width+",height="+height+"");
    }
