
function big_pic(mypic) {
	var bigpic=window.open('','bigpic','height=338,width=500,alwaysRaised=0,screenX=50,left=100,screenY=50,top=100,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0');
	bigpic.focus();
	bigpic.document.writeln("<html><head><title>Welcome to Embassy of Lebanon, Washington D.C.");
	bigpic.document.writeln("</title></head><body bgColor=#ffffff topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>");
	bigpic.document.writeln("<img src='/images/"+mypic+"' border=0 width='500' height='338'>");
	bigpic.document.writeln("</body></html>");
	bigpic.document.close();

	
		}

	
	