	<!-- Begin
	
	function popUp(jpg,client,width,height){
	image_height =  height;
	//alert("passed width= "+width);
	widthInt = parseInt(width)+160;
	heightInt = parseInt(height)+150;
	width = widthInt.toString();
	height = heightInt.toString();
	//alert("final width= "+width);
	
	newwindow2=window.open('','name','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+width+',height='+height+',left=100,top=50');
	var tmp = newwindow2.document;
	tmp.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">');
	tmp.write('<html><head><title>');
	if(client=="Client Name"){
		tmp.write('Julie Metz Design | Corporate Programs');
	}else{
	tmp.write('Julie Metz Design | Corporate Programs | '+client);
	}//close if
	var offset=25;
	var table_width = widthInt.toString();
	tmp.write(' </title>');
	tmp.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
	tmp.write('<link rel="stylesheet" TYPE="text/css" href="css/jm_design.css">');
	tmp.write('<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">');
    tmp.write('<META NAME="ROBOTS" CONTENT="noarchive">');
	tmp.write(' <script language=JavaScript>');
		//tmp.write('		<!--');
			tmp.write('	var message="";');
			tmp.write('	function clickIE() {if (document.all) {(message);return false;}}');
			tmp.write('	function clickNS(e) {if ');
			tmp.write('	(document.layers||(document.getElementById&&!document.all)) {');
			tmp.write('	if (e.which==2||e.which==3) {(message);return false;}}}');
			tmp.write('if (document.layers) ');
			tmp.write('	{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}');
			tmp.write('	else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}');

			tmp.write('document.oncontextmenu=new Function("return false")');
			//tmp.write('// --> ');
				tmp.write('</script>');
	tmp.write('</head><body bgcolor="#F0F0F0">');
	tmp.write('<div align ="center"><table width="'+table_width+'">');
	tmp.write('<tr><td height="20"></td></tr>');
	tmp.write('<tr align="center"><td><img src="');
	tmp.write(jpg);
	tmp.write('" height="'+image_height+'" alt="Julie Metz | Corporate Programs | '+client+'"></td></tr>');
		if(client=="Client Name"){
		//don't write any HTML
		}
		else{
		tmp.write('<tr align="center"><td class=body2_pop>Client - '+client +'<br></td></tr>');
		}//close if
	
	tmp.write('<tr><td height="10"></td></tr>');
	tmp.write('<tr align="center"><td><a href="javascript:self.close()">Close the window</a></td></tr>');
	tmp.write('<tr><td height="10"></td></tr>');
	tmp.write('<tr align="center"><td class ="body">All images and content &copy; Julie Metz</td></tr>');
	tmp.write('</table></div></body></html>');
	tmp.close();
    }
	// End -->
