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