function big_pic(url_photo)
{
	html = '';
	html = html + '<HTML>';
	html = html + '<HEAD>';
	html = html + '<TITLE>Cti Systems</TITLE>';
	html = html + '</HEAD>';
	html = html + '<BODY LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">';
	html = html + '<CENTER>';
	html = html + '<A HREF="#" onClick="window.close();" TITLE="Click to close pop-up">';
	html = html + '<IMG SRC="'+url_photo+'" BORDER="0" NAME="big_pic" onLoad="window.resizeTo(document.big_pic.width+14,document.big_pic.height+32); window.moveTo((screen.width-document.big_pic.width)/2,(screen.height-document.big_pic.height)/2);">';
	html = html + '</A>';
	html = html + '</CENTER>';
	html = html + '</BODY>';
	html = html + '</HTML>';

	popupImage = window.open('','big_pic','toolbar=0, location=0, directories=0, menuBar=0, scrollbars=0, resizable=1');
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.focus();
	popupImage.document.close()
};

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function zoom_image(target,url)
{
	window.document.images[target].src=url;
}
function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'block':(v=='hide')?'none':v; }
    obj.display=v; }
}
