
function defaultPopUp(link, width, height) {

	width+=20;
	height+=20;



        window.open(link,"_blank",'toolbar=no,topmargin=0,leftmargin=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width='+width+',height='+height+',left=200,top=200'); 


}

