function Get_Cookie(name) {
    var start = document.cookie.indexOf(name+"=");
    var len = start+name.length+1;

    if ((!start) && (name != document.cookie.substring(0,name.length))) return null;

    if (start == -1) return null;

    var end = document.cookie.indexOf(";",len);
    if (end == -1) end = document.cookie.length;
    return unescape(document.cookie.substring(len,end));
}





function Set_Cookie(name,value,expires,path,domain,secure) {
    document.cookie = name + "=" +escape(value) +
        ( (expires) ? ";expires=" + expires.toGMTString() : "") +
        ( (path) ? ";path=" + path : "") + 
        ( (domain) ? ";domain=" + domain : "") +
        ( (secure) ? ";secure" : "");
}



function Delete_Cookie(name,path,domain) {

    if (Get_Cookie(name)) document.cookie = name + "=" +
       ( (path) ? ";path=" + path : "") +
       ( (domain) ? ";domain=" + domain : "") +
       ";expires=Thu, 01-Jan-70 00:00:01 GMT";
}


var today = new Date();
var zero_date = new Date(0,0,0);
today.setTime(today.getTime() - zero_date.getTime());
var todays_date = new Date(today.getYear(),today.getMonth(),today.getDate(),0,0,0);
var expires_date = new Date(todays_date.getTime() + (8 * 7 * 86400000));
var Gallery
var LargeSite = "../pauldowning/"; /* ../pauldowning or ../pauldowning2 set in each gallery page*/
var horiz  = 0
var vert   = 1
var newPic = 0
var oldPic    = 2

function storeMasterCookie() {
    if (!Get_Cookie('MasterCookie'))
        Set_Cookie('MasterCookie','MasterCookie');
}





function storeIntelligentCookie(name,value) {
    if (Get_Cookie('MasterCookie')) {
        var IntelligentCookie = Get_Cookie(name);
        if ((IntelligentCookie != value)) {
            Set_Cookie(name,value,expires_date);
            var IntelligentCookie = Get_Cookie(name);
            if ((!IntelligentCookie) || (IntelligentCookie != value))
                Delete_Cookie('MasterCookie');
        }
    }
}

	function picture(fn,type,newp,desc){
		this.fn=fn;
		this.type=type;
		this.newp=newp;
		this.description=desc
	}


	function ShowLarge(idx)
	{
 		var sUrl = LargeSite  +  Gallery + images[idx].fn + ".jpg";
		var datFile = images[idx].fn + ".dat";
		if (src_loaded){
  			var sizeCookie = Get_Cookie('ImageSize');
    			if ((sizeCookie=='large')){
 				sUrl = LargeSite + images[idx].fn + ".jpg";
				if (images[idx].type==0)  //Horiz
					var MyPopup= window.open( "", 'FotograficPopup', 'color=#333333, width=720,height=560,border=0,scrollbars=no,resizable=no,status=no,location=no,menubar=no');


				else // Vert
					var MyPopup= window.open("",'FotograficPopup', 'color=#333333, width=545,height=735,border=0,scrollbars=no,resizable=no,status=no,location=no,menubar=no');
				return
			}
		}
			  var MyPopup=window.open( "", 'FotograficPopup', 'color=#333333, width=350,height=370,border=0,scrollbars=no,resizable=no,status=no,location=no,menubar=no');

		if (images[idx].type==0)  //Horiz
MyPopup.resizeTo(520,445);
		else // Vert
MyPopup.resizeTo(415,555);

MyPopup.document.write('<html><title> "'+images[idx].fn+'" </title><body bgcolor="#3f3f3f"><center><br><table  valign="middle" cellpadding="0" cellspacing="1"  border="1" ><td valign="middle"><img src="'+sUrl+'"></td></table><font size="2" face="Verdana,Arial,Helvetica," color=white><br>'+images[idx].description+'</font></center><!-- Start of StatCounter Code --><script type="text/javascript" language="javascript"> var sc_project=419721; var sc_partition=2; var sc_invisible=1; </script><script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img  src="http://c3.statcounter.com/counter.php?sc_project=419721&amp;java=0&amp;invisible=1" alt="free hit counter" border="0"></a> </noscript><!-- End of StatCounter Code --></body></html>');

// MyPopup.document.write('<html><head><title>Fotografic</title></head><frameset   COLS="*" SCROLLING=auto NAME="Index"  BORDER=0><FRAME SRC="'+sUrl+'" SCROLLING=auto NAME="mainframe"></frameset></html>');
// MyPopup.document.write('<html><head><title>Fotografic</title></head><frameset   COLS="*" SCROLLING=auto NAME="Index"  BORDER=0><FRAME SRC="index11.html" SCROLLING=auto NAME="mainframe"></frameset></html>');
MyPopup.document.close();
MyPopup.focus()

	}

	function AddComments(idx){
		//window.document.first_form.description.value=images[idx].description;
	}


	function ClearComments(){
		//window.document.first_form.description.value="";
	}



      function addItem(idx)
	{
		var newTag = ""
		if (images[idx].newp == newPic)
			newTag="*NEW* "
		if(images[idx].fn=="") return
		if (images[idx].type==horiz)  //Horiz
			document.write('<table align="center" cellpadding="0" cellspacing="0" border="0" width="120"><tbody><tr><td ><table cellpadding="1" cellspacing="1" border="2" color="black" bgcolor="black"><tbody ><tr><td><a href="#"/a><IMG SRC="' + "images/Sm/" + images[idx].fn + ".jpg" + '" border="0"  vertical-align="middle" hspace="" vspace="" width="120" height="80" alt="Click Image for larger popup"   onclick="ShowLarge('+idx+')"><br></td></tr></tbody></table></td></tr><tr align="center" valign="top" height="40"><td><font size="-3" color="red">' + newTag +"" + '</font><font size="-3" color="#cccccc">' +  images[idx].description + "" + '</font></span><br></td></tr></tbody></table>') 

		else{
document.write('<table align="center" cellpadding="0" cellspacing="0" border="0" width="80"><tbody><tr><td ><table cellpadding="1" cellspacing="1" border="2" color="black" bgcolor="black"><tbody ><tr><td><a href="#"/a><IMG SRC="' + "images/Sm/" + images[idx].fn + ".jpg" + '" border="0"  vertical-align="middle" hspace="" vspace="" width="80" height="120" alt="Click Image for larger popup"  onclick="ShowLarge('+idx+')"><br></td></tr></tbody></table></td></tr><tr align="center" valign="top" height="40"><td><font size="-3" color="red">' + newTag +"" + '</font><font size="-3" color="#cccccc">' +  images[idx].description + "" + '</font></span><br></td></tr></tbody></table>')
//			document.write('<IMG SRC="' + "images/Sm/" + images[idx].fn + ".jpg" + '" border="2" vertical-align="middle" color="#333333" bgcolor="#333333" hspace="22" vspace="" width="80" height="120" + alt="click image"  onclick="ShowLarge('+idx+')">') 

		}
	}


	function Create(){
		var i,j;
		window.document.first_form.description.value="Move mouse over image for description and click for larger view";

		// Make sure arrays are right size in each page
		for(i=0; i<=4; i++){
			document.write('<p>');
				for(j=1; j<=4; j++)
					addItem(i*4+j);
				document.write('</p>');
		}
	}

if (document.images) {
  image1on = new Image();
  image1on.src="Buttons/home_on.jpg";
  image1off = new Image();
  image1off.src="Buttons/home_off.jpg";

  image2on = new Image();
  image2on.src="Buttons/links_on.jpg";
  image2off = new Image();
  image2off.src="Buttons/links_off.jpg";

  image3on = new Image();
  image3on.src="Buttons/locations_on.jpg";
  image3off = new Image();
  image3off.src="Buttons/locations_off.jpg";

  image4on = new Image();
  image4on.src="Buttons/aboutme_on.jpg";
  image4off = new Image();
  image4off.src="Buttons/aboutme_off.jpg";

  image5on = new Image();
  image5on.src="Buttons/order_on.jpg";
  image5off = new Image();
  image5off.src="Buttons/order_off.jpg";

  image6on = new Image();
  image6on.src="Buttons/email_on.jpg";
  image6off = new Image();
  image6off.src="Buttons/email_off.jpg";

  image7on = new Image();
  image7on.src="Buttons/previous_on.jpg";
  image7off = new Image();
  image7off.src="Buttons/previous_off.jpg";

  image8on = new Image();
  image8on.src="Buttons/next_on.jpg";
  image8off = new Image();
  image8off.src="Buttons/next_off.jpg";

  image9on = new Image();
  image9on.src="Buttons/landscape_on.jpg";
  image9off = new Image();
  image9off.src="Buttons/landscape_off.jpg";

  image10on = new Image();
  image10on.src="Buttons/nature_on.jpg";
  image10off = new Image();
  image10off.src="Buttons/nature_off.jpg";

  image11on = new Image();
  image11on.src="Buttons/wildlife_on.jpg";
  image11off = new Image();
  image11off.src="Buttons/wildlife_off.jpg";

  image12on = new Image();
  image12on.src="Buttons/general_on.jpg";
  image12off = new Image();
  image12off.src="Buttons/general_off.jpg";


}
function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}

function chequePolicy(){
 	var sUrl = "cheque.html";
	if (src_loaded){			
		var MyPopup= window.open(sUrl ,'FotograficPopup2', 'width=345,height=600,border=0,scrollbars=no,resizable=no,status=no,location=no,menubar=no');
		MyPopup.focus()
		return
	}		 
	var MyPopup=window.open( sUrl , 'FotograficPopup2', 'width=345,height=600,border=0,scrollbars=no,resizable=no,status=no,location=no,menubar=no');
	MyPopup.resizeTo(345,600);
//	MyPopup.document.close();
//	MyPopup.focus()
}

function shippingPolicy(){
 	var sUrl = "shipping.html";
	if (src_loaded){			
		var MyPopup= window.open(sUrl ,'FotograficPopup2', 'width=345,height=600,border=0,scrollbars=no,resizable=no,status=no,location=no,menubar=no');
		MyPopup.focus()
		return
	}		 
	var MyPopup=window.open( sUrl , 'FotograficPopup2', 'width=345,height=600,border=0,scrollbars=no,resizable=no,status=no,location=no,menubar=no');
//	MyPopup.resizeTo(345,600);
//	MyPopup.document.close();
	MyPopup.focus()
}
function printInfo(){
 	var sUrl = "prints.html";
	if (src_loaded){			
		var MyPopup= window.open(sUrl ,'FotograficPopup2', 'width=345,height=600,border=0,scrollbars=no,resizable=no,status=no,location=no,menubar=no');
		MyPopup.focus()
		return
	}		 
	var MyPopup=window.open( sUrl , 'FotograficPopup2', 'width=345,height=600,border=0,scrollbars=no,resizable=no,status=no,location=no,menubar=no');
//	MyPopup.resizeTo(345,600);
//	MyPopup.document.close();
	MyPopup.focus()
}
var src_loaded = true;






function landscape1(){
images = new Array
images[1]  = new picture("Img0005",			vert,  oldPic, "Fishing nets and the seagull - Grand Manan Island, NB")
images[2] = new picture("CRW_1756_JFR_NI",		horiz, oldPic, "Striking - Pokeshaw, NB")
images[3]  = new picture("Img0009",			vert,  oldPic, "Reflections on the river - Village Historique Acadien, NB")
images[4]  = new picture("Img0031",			horiz, oldPic, "Sunset on the rocks - Rivière du Loup, Qc")
images[5]  = new picture("128-2866_CRW_RT8",		horiz, oldPic, "Trees and Sky - Gatineau Park, Qc")
images[6]  = new picture("Img0011",			horiz, oldPic, "Windswept - Bourgeois Lake, Gatineau Park, Qc")
images[7]  = new picture("Img0025",			horiz, oldPic, "Sunset through the clouds - Rivière du Loup, Qc")
images[8]  = new picture("Img0001",			vert,  oldPic, "Tree Silhouette - Ottawa, On")
images[9]  = new picture("Img0020",			horiz, oldPic, "Sunset of the cormorants - Pokeshaw Island, NB")
images[10] = new picture("Img0024",			horiz, oldPic, "Mirroring dead branches - Ottawa, On")
images[11] = new picture("Img0008",			vert,  oldPic, "Pine on Pink Lake - Gatineau Park, Qc")
images[12]  = new picture("CRW_2141",			horiz, oldPic, "Snow Veins - Gatineau Park, Qc")
Gallery = "Lg/Landscape/";
LargeSite = "images/";
}

function landscape2(){
images = new Array
images[1]  = new picture("128-2824_CRW_RT8",		vert,  oldPic, "Untitled - Gatineau Park, Qc")
images[2]  = new picture("CRW_2002_JFR",		horiz, oldPic, "Fall - Mer Bleue, Ottawa, On")
images[3]  = new picture("107-0754_CRW",		vert,  oldPic, "Grass in motion - Gatineau Park, Qc")
images[4]  = new picture("CRW_0047_RT16",		horiz, oldPic, "Untitled  - Mer Bleue, Ottawa, On")
images[5]  = new picture("CRW_1946_RT8",		horiz, oldPic, "Untitled - Mer Bleue, Ottawa, On")
images[6]  = new picture("CRW_0058_RT16",		horiz, oldPic, "Sandwich - Mer Bleue, Ottawa On")
images[7]  = new picture("CRW_2073_JFR_NI",		vert,  oldPic, "Untitled - Mer Bleue, Ottawa, On")
images[8]  = new picture("CRW_1549_JFR_NI",		horiz, oldPic, "Untitled - Bouctouche, NB")
images[9]  = new picture("112-1257_CRW",		vert,  oldPic, "Untitled - Pokeshaw, NB")
images[11] = new picture("CRW_1787_JFR",		vert,  oldPic, "Untitled - Pokeshaw, NB")
images[10] = new picture("CRW_0079_RT8",		horiz, oldPic, "Untitled  - Mer Bleue, Ottawa, On")
images[12] = new picture("CRW_1676_JFR",		horiz, oldPic, "Untitled - Pokeshaw, NB")
Gallery = "Lg/Landscape/";
LargeSite = "images/";
}


function landscape3(){
images = new Array
images[1]  = new picture("119_1987_CRW",		horiz, oldPic, "Untitled - Gatineau Park, Qc")
images[2]  = new picture("127-2748_CRW_RT8a",		horiz, oldPic, "Untitled - Gatineau Park, Qc")
images[3]  = new picture("127-2753_CRW_RT8a",		horiz, oldPic, "Untitled - Gatineau Park, Qc")
images[4]  = new picture("128-2802_CRW_RT8",		horiz, oldPic, "Untitled - Gatineau Park, Qc")
images[5]  = new picture("CRW_0574",			vert, oldPic, "Icefields Parkway - Banff Nat. Park, Ab")
images[6]  = new picture("128-2876_CRW_RT8",		horiz, oldPic, "Untitled - Gatineau Park, Qc")
images[7]  = new picture("CRW_1811_RT8",		horiz, oldPic, "Untitled - Mer Bleue, Ottawa On")
images[8]  = new picture("119_1910_CRW",		vert,  oldPic, "Fall reflections -Pink Lake, Gatineau Park, Qc")
images[9]  = new picture("CRW_0519",			horiz,  oldPic, "Maligne Canyon - jasper Nat. Park, Ab")
images[10] = new picture("127-2739_CRW_RT8",		horiz, oldPic, "Untitled - Gatineau Park, Qc")
images[11] = new picture("122_2235_CRW",		horiz, oldPic, "Spring - Gatineau Park, Qc")
images[12] = new picture("119_1918_CRW",		horiz, oldPic, "Untitled - Gatineau Park, Qc")
Gallery = "Lg/Landscape/";
LargeSite = "images/";
}


function nature1(){
images = new Array
images[1]  = new picture("107-0761_CRW",		horiz, oldPic, "Up close and personal - Gatineau Park, Qc")
images[2]  = new picture("Img0026",			horiz, oldPic, "Wild by the roadside - Ottawa, On")
images[3]  = new picture("119_1946_CRW",		horiz, oldPic, "Fallen - Gatineau Park, Qc")
images[4]  = new picture("CRW_1431",			horiz, oldPic, "Grass Tears - Mer Bleue, Ottawa, On")
images[5]  = new picture("117_1764_CRW",		vert,  oldPic, "Untitled - Mer Bleue, Ottawa, On")
images[6]  = new picture("CRW_0279_RT8",		horiz, oldPic, "Twins, Ottawa Tulip Festival, Ottawa, On")
images[7]  = new picture("Img0017",			horiz, oldPic, "Frosted red leaf - Conroy Pit, Ottawa, On")
images[8]  = new picture("Img0028",			horiz, oldPic, "Taking a little sun - Conroy Pit, Ottawa, On")
images[9]  = new picture("CRW_1781_JFR",		horiz, oldPic, "Untitled - Pokeshaw, NB")
images[16] = new picture("Img0023",			vert,  oldPic, "Blue/Grass - Ottawa, On")
images[10] = new picture("122_2294_CRW",		horiz, oldPic, "Untitled - Mer Bleue, Ottawa, On")
images[11] = new picture("Img0036",			vert,  oldPic, "Oh Canada! - Ottawa, On")
images[12] = new picture("CRW_2213",			horiz, oldPic, "Tulips, Ottawa Tulip Festival, Ottawa, On")
Gallery = "Lg/Nature/"
LargeSite = "images/";
}

function nature2(){
images = new Array
images[1]  = new picture("CRW_2231",			horiz, oldPic, "Tulip Festival, Ottawa, On")
images[2]  = new picture("CRW_2510",			horiz, oldPic, "Showy Lady's Slipper Orchid - Lanark On")
images[3]  = new picture("CRW_1436_JFR",		horiz, oldPic, "Untitled - Mer Bleue, Ottawa, On")
images[4]  = new picture("117_1753_CRW",		horiz, oldPic, "Untitled - Mer Bleue, Ottawa, On")
images[5]  = new picture("107-0781_CRW",		horiz, oldPic, "The green crowd - Gatineau Park, Qc")
images[6]  = new picture("107-0757_CRW",		horiz, oldPic, "Arms wide open - Gatineau Park, Qc")
images[7]  = new picture("CRW_1428_JFR",		horiz, oldPic, "Untitled - Mer Bleue, Ottawa, On")
images[8]  = new picture("CRW_0184_RT16",		horiz, oldPic, "Spotlight on pine cone - Gatineau Park, Qc")
images[9]  = new picture("CRW_2231TO",			horiz, oldPic, "Blue - Toronto, On")
images[10] = new picture("126-2672_CRW_RT8",		horiz, oldPic, "Untitled - Mer Bleue, Ottawa, On")
images[11] = new picture("126-2697_CRW_RT8",		vert,  oldPic, "Untitled - Mer Bleue, Ottawa, On")
images[12] = new picture("CRW_1240",			horiz, oldPic, "Butchart Gardens - Victoria, BC")
Gallery = "Lg/Nature/"
LargeSite = "images/";


}


function wildlife1(){
images = new Array
images[1]  = new picture("125-2501_CRW",		horiz, oldPic, "Omega Park - Montebello Qc")
images[2]  = new picture("107-0705_IMG",		horiz, oldPic, "Family outing - Dow's Lake, Ottawa, On")
images[3]  = new picture("112-1236_CRW",		horiz, oldPic, "Seagull - Pokeshaw, NB")
images[4]  = new picture("Img0029",			horiz, oldPic, "Reflections of a duck - Ottawa, On")
images[5]  = new picture("124-2472_CRW_RT8",		horiz, oldPic, "Omega Park - Montebello, Qc")
images[6]  = new picture("106-0694_IMG",		horiz, oldPic, "Ducks on Dow's Lake - Ottawa, On")
images[7]  = new picture("124-2467_CRW_RT8",		horiz, oldPic, "Omega Park - Montebello, Qc")
images[8]  = new picture("124-2439_CRW_RT8",		horiz, oldPic, "Omega Park - Montebello, Qc")
images[9]  = new picture("CRW_1722_JFR",		horiz, oldPic, "Cormorant - Pokeshaw, NB")
images[10] = new picture("CRW_2288",			horiz, oldPic, "Red-winged Blackbird, Ottawa, On")
images[11] = new picture("Img0014",			horiz, oldPic, "Salamander in the leaves - Black Lake, Gatineau Park, Qc")
images[12] = new picture("124-2458_CRW_RT8",		horiz, oldPic, "Omega Park - Montebello, Qc")
Gallery = "Lg/Wildlife/"
LargeSite = "images/";
}

function wildlife2(){

images = new Array
images[1]  = new picture("106-0674_IMG",		vert,  oldPic, "Spider on tulip - Dow's Lake, Ottawa, On")
images[2]  = new picture("122_2301_CRW",		horiz, oldPic, "Untitled - Mer Bleue, Ottawa, On")
images[3]  = new picture("CRW_1886_JFR",		vert,  oldPic, "Captive - Moncton Zoo, Moncton NB")
images[4]  = new picture("CRW_1313",			horiz, oldPic, "Butterfly Garden - Victoria BC")
images[5]  = new picture("CRW_0791a",			vert,  oldPic, "Grey Jay - Peyto Lake, Banff Nat. Park, Ab")
images[6]  = new picture("CRW_1476",			horiz, oldPic, "Buzzin - Mer Bleue, Ottawa, On")
images[7]  = new picture("Img0016",			horiz, oldPic, "Moth on flower - Conroy Pit, Ottawa, On")
images[8]  = new picture("CRW_2429",			horiz, oldPic, "Silver Fox (Papanack Zoo), Wendover, On")
images[9]  = new picture("107-0780a_CRW",		horiz, oldPic, "Fly on a leaf - Gatineau Park, Qc")
images[10] = new picture("CRW_1463_JFR",		horiz, oldPic, "Untitled - Mer Bleue, Ottawa, On")
images[11] = new picture("110-1027_CRW",		horiz, oldPic, "Please don't jump - Mer Bleue, Ottawa, On")
images[12] = new picture("Img0032",			horiz, oldPic, "Eyes wide open - Mer Bleue, Ottawa, On")
Gallery = "Lg/Wildlife/"
LargeSite = "images/";

}

function wildlife3(){
    images = new Array

images[1]  = new picture("CRW_3591",		horiz,  oldPic, "Pileated woodpecker, Gatineau Park, Qc")
images[2]  = new picture("CRW_3618",		horiz,  oldPic, "Untitled, Gatineau Park, Qc")
images[3]  = new picture("CRW_3587",		horiz,  oldPic, "Untitled, Gatineau Park, Qc")
images[4]  = new picture("CRW_3823",		horiz,  oldPic, "Arboretum, Ottawa, On")
images[5]  = new picture("CRW_3829",		horiz,  oldPic, "Arboretum, Ottawa, On")
images[6]  = new picture("CRW_3840",		horiz,  oldPic, "Arboretum, Ottawa, On")
images[7]  = new picture("CRW_3916",		horiz,  oldPic, "Arboretum, Ottawa, On")
images[8]  = new picture("CRW_3926",		horiz,  oldPic, "Arboretum, Ottawa, On")
images[9]  = new picture("CRW_3946",		horiz,  oldPic, "Arboretum, Ottawa, On")
images[10] = new picture("CRW_3948",		horiz,  oldPic, "Dow's Lake, Ottawa, On")
images[11] = new picture("CRW_3969",		horiz,  oldPic, "Arboretum, Ottawa, On")
images[12] = new picture("CRW_3990",		horiz,  oldPic, "Dow's Lake, Ottawa, On")
Gallery = "Lg/Wildlife/";
LargeSite = "images/";
}


function general1(){
images = new Array
images[1]  = new picture("103-0329_IMG",		vert,  oldPic, "Watching time - Parliament Hill, Ottawa, On")
images[2]  = new picture("123_2377_IMG",		horiz, oldPic, "RCMP Musical Ride - Ottawa On")
images[3]  = new picture("103-0334_IMG",		vert,  oldPic, "Parliament Hill - Ottawa, On")
images[4]  = new picture("Img0027",			vert,  oldPic, "Canada Day fireworks on the Ottawa river - Ottawa, On")
images[5]  = new picture("115-1503_CRW",		horiz, oldPic, "Zachary Richard - 15 Août, Caraquet, NB")
images[6]  = new picture("115-1509_CRW",		vert,  oldPic, "Zachary Richard - 15 Août, Caraquet, NB")
images[7]  = new picture("Toronto2",			horiz, oldPic, "Toronto Skyline, Toronto, On ")
images[8]  = new picture("123_2365_IMGc",		horiz, oldPic, "RCMP Musical Ride - Ottawa, On")
images[9]  = new picture("117_1717_CRW",		horiz, oldPic, "Hot Air Baloon Festival 2001 - Gatineau, Qc")
images[10] = new picture("117_1713_CRW",		vert,  oldPic, "Hot Air Baloon Festival 2001 - Gatineau, Qc")
images[11] = new picture("Img0004",			horiz, oldPic, "Hot Air Baloon Festival - Gatineau, Qc")
images[12] = new picture("116_1699_CRW",		vert,  oldPic, "Hot Air Baloon Festival 2001 - Gatineau, Qc")
Gallery = "Lg/General/";
LargeSite = "images/";
}


function rockies2003_1(){
images = new Array
images[1]  = new picture("CRW_0379_RT8",		horiz, oldPic, "Maligne Lake, Jasper National Park, Ab")
images[2]  = new picture("CRW_0416_RT8",		horiz, oldPic, "Maligne Lake, Jasper National Park, Ab")
images[3]  = new picture("CRW_0374_RT8",		horiz, oldPic, "Maligne Lake, Jasper National Park, Ab")
images[4]  = new picture("CRW_0428_RT8",		vert,  oldPic, "Spirit Island - Maligne Lake, Jasper National Park, Ab")
images[5]  = new picture("CRW_0353_RT8",		horiz, oldPic, "Jasper National Park, Ab")
images[6]  = new picture("CRW_0360_RT8",		horiz, oldPic, "Jasper National Park, Ab")
images[7]  = new picture("Img_3177",			vert, oldPic, "Jasper National Park, Ab")
images[8]  = new picture("CRW_0490_RT8",		horiz, oldPic, "Patricia Lake - Jasper National Park, Ab")
images[9]  = new picture("CRW_0539_RT8",		horiz, oldPic, "Athabasca Falls - Jasper National Park, Ab")
images[10] = new picture("CRW_0536_RT8",		horiz, oldPic, "Athabasca Falls - Jasper National Park, Ab")
images[11] = new picture("CRW_0638",			horiz, oldPic, "Sulfur Mountain - Banff National Park, Ab")
images[12] = new picture("CRW_0656_RT8",		horiz, oldPic, "View from Sulfur Mountain - Banff National Park, Ab")
Gallery = "Lg/Rockies2003/";
LargeSite = "images/";
}

function rockies2003_2(){
    images = new Array
images[1]  = new picture("CRW_0896_RT8",		vert,  oldPic, "Johnston Canyon - Banff National Park, Ab")
images[2]  = new picture("CRW_0901_RT8",		vert,  oldPic, "Johnston Canyon - Banff National Park, Ab")
images[3]  = new picture("CRW_0830_RT8",		vert,  oldPic, "Moraine Lake - Banff National Park, Ab")
images[4]  = new picture("CRW_0693_RT8",		vert,  oldPic, "Vermillion Lakes - Banff National Park, Ab")
images[5]  = new picture("CRW_0805_RT8",		horiz, oldPic, "Herbert Lake - Banff National Park, Ab")
images[6]  = new picture("CRW_0993_RT8",		vert,  oldPic, "Hoodoos - Banff National Park, Ab")
images[7]  = new picture("CRW_0976_RT8",		vert,  oldPic, "Hoodoos - Banff National Park, Ab")
images[8]  = new picture("CRW_0793_RT8",		horiz, oldPic, "View From Peyto Lake Platform- Banff National Park, Ab")
images[9]  = new picture("CRW_0762_RT8",		vert,  oldPic, "Peyto Lake - Banff National Park, Ab")
images[10] = new picture("CRW_0750_RT8",		horiz, oldPic, "Vermillion Lakes - Banff National Park, Ab")
images[11] = new picture("CRW_0838_RT8",		horiz, oldPic, "Moraine Lake - Banff National Park, Ab")
images[12] = new picture("CRW_0868_RT8",		horiz, oldPic, "Black Bear - Banff National Park, Ab")
Gallery = "Lg/Rockies2003/";
LargeSite = "images/";
}

function rockies2003_3(){
    images = new Array
images[1]  = new picture("CRW_0968_RT8",		horiz, oldPic, "Bow Valley Parkway - Banff National Park, Ab")
images[2]  = new picture("CRW_0933_RT8A",		vert,  oldPic, "Bow Valley Parkway - Banff National Park, Ab")
images[3]  = new picture("CRW_0876_RT8",		horiz, oldPic, "Rainbows - Banff National Park, Ab")
images[4]  = new picture("CRW_1009_RT8",		horiz, oldPic, "Emerald Lake - Yoho National Park, Ab")
images[5]  = new picture("CRW_1019_RT8",		horiz, oldPic, "Emerald Lake - Yoho National Park, Ab")
images[6]  = new picture("CRW_1163_RT8",		horiz, oldPic, "Old Growth Forest - Vancouver Island, BC")
images[7]  = new picture("CRW_1366_RT8",		horiz, oldPic, "Port Renfrew - Vancouver Island, BC")
images[8]  = new picture("CRW_1068_RT8",		vert,  oldPic, "Stanley Park - Vancouver, BC")
images[9]  = new picture("CRW_1088_RT8",		horiz, oldPic, "Stanley Park - Vancouver, BC")
images[10] = new picture("CRW_1275_RT8",		horiz, oldPic, "Butterfly Garden - Victoria, BC")
images[11] = new picture("CRW_1306_RT8",		horiz, oldPic, "Butterfly Garden - Victoria, BC")
images[12] = new picture("CRW_1042_RT8",		horiz, oldPic, "Stanley Park - Vancouver, BC")
Gallery = "Lg/Rockies2003/";
LargeSite = "images/";
}

function novascotia1(){
    images = new Array
images[2]  = new picture("CRW_2608",		horiz, oldPic, "Untitled - Cape Breton, NS")
images[1]  = new picture("CRW_2726",		vert,  oldPic, "Untitled - Cape Breton, NS")
images[3]  = new picture("CRW_2738",		vert, oldPic, "Untitled - Cape Breton, NS")
images[4]  = new picture("CRW_2747",		horiz, oldPic, "Untitled - Cape Breton, NS")
images[5]  = new picture("CRW_2767",		horiz, oldPic, "Untitled - Cape Breton, NS")
images[6]  = new picture("CRW_2782",		horiz, oldPic, "Untitled - Cape Breton, NS")
images[7]  = new picture("CRW_2786",		horiz, oldPic, "Untitled - Cape Breton, NS")
images[8]  = new picture("CRW_2809",		horiz, oldPic, "Untitled - Cape Breton, NS")
images[9]  = new picture("CRW_2814",		horiz, oldPic, "Untitled - Cape Breton, NS")
images[10] = new picture("CRW_2826",		horiz, oldPic, "Untitled - Cape Breton, NS")
images[11] = new picture("CRW_2832",		vert, oldPic, "Untitled - Cape Breton, NS")
images[12] = new picture("CRW_2854",		horiz, oldPic, "Untitled - Cape Breton, NS")
Gallery = "Lg/NovaScotia/";
LargeSite = "images/";
}

 function novascotia2(){
    images = new Array
images[1]  = new picture("CRW_2856",		vert, oldPic, "Stairway to Heaven - Cape Breton, NS")
images[3]  = new picture("CRW_2860",		vert,  oldPic, "Untitled - Cape Breton, NS")
images[2]  = new picture("CRW_2870",		horiz, oldPic, "Untitled - Cape Breton, NS")
images[4]  = new picture("CRW_2874",		vert, oldPic, "Untitled - Cape Breton, NS")
images[5]  = new picture("CRW_2901",		horiz, oldPic, "Untitled - Cape Breton, NS")
images[6]  = new picture("CRW_2910",		vert, oldPic, "Untitled - Cape Breton, NS")
images[7]  = new picture("CRW_2963",		vert, oldPic, "Untitled - Cape Breton, NS")
images[8]  = new picture("CRW_3019",		horiz,  oldPic, "Untitled - Cape Breton, NS")
images[9]  = new picture("CRW_3025",		vert, oldPic, "Untitled - Cape Breton, NS")
images[11] = new picture("CRW_3039",		vert, oldPic, "Untitled - Cape Breton, NS")
images[10] = new picture("CRW_3044",		horiz, oldPic, "Untitled - Cape Breton, NS")
images[12] = new picture("CRW_3048",		horiz, oldPic, "Untitled - Cape Breton, NS")
Gallery = "Lg/NovaScotia/";
LargeSite = "images/";
}


function france1(){
images = new Array
images[1]  = new picture("CRW_4397",		vert, newPic, "Narrow Street, Paris, France")
images[2]  = new picture("CRW_4407",		horiz, newPic, "Candles, Notre Dame Cathedral, Paris, France")
images[3]  = new picture("CRW_4425",		horiz, newPic, "Gate at The Louvre, Paris, France")
images[4]  = new picture("CRW_4462",		horiz,  newPic, "Arch de Triumph, Paris, France")
images[5]  = new picture("CRW_4522b",		vert, newPic, "Eifel Tower, Paris, France")
images[6]  = new picture("CRW_4525",		horiz, newPic, "Ceiling at Les Invalides, Paris, France")
images[7]  = new picture("CRW_4545",			vert, newPic, "Ceiling at the Louvre, Paris, France")
images[8]  = new picture("CRW_4549",		vert, newPic, "Winged Victory of Samothrace, Louvre, Paris, France")
images[9]  = new picture("CRW_4552",		vert, newPic, "Discus Thrower Louvre, Paris, France")
images[10] = new picture("CRW_4562",		horiz, newPic, "Louvre Atrium, Paris, France")
images[11] = new picture("CRW_4571",			vert, newPic, "Alexander III Bridge Gold Statues, Paris, France")
images[12] = new picture("CRW_4589",		horiz, newPic, "View from Eifel Tower, Paris, France")
Gallery = "Lg/France2005/";
LargeSite = "images/";
}

function france2(){
images = new Array
images[1]  = new picture("CRW_4600",		horiz, newPic, "Eifel Tower, Paris, France")
images[2]  = new picture("CRW_4612",		vert, newPic, "Eifel Tower at night, Paris, France")
images[3]  = new picture("CRW_4618",		vert, newPic, "Eifel Tower at night, Paris, France")
images[4]  = new picture("CRW_4641",		horiz,  newPic, "Pont du Gard, Nimes, France")
images[5]  = new picture("CRW_4652b",		vert, newPic, "Open shutters, Provence, France")
images[6]  = new picture("CRW_4655",		vert, newPic, "Provence, France")
images[7]  = new picture("CRW_4663b",			vert, newPic, "Red shutters, Provence, France")
images[8]  = new picture("CRW_4666",		vert, newPic, "Brown shutters, Provence, France")
images[9]  = new picture("CRW_4674",		vert, newPic, "Sunflowers on door, Provence, France")
images[10] = new picture("CRW_4695",		horiz, newPic, "Green shutters, Provence, France")
images[11] = new picture("CRW_4708",			horiz, newPic, "Olive trees, Provence, France")
images[12] = new picture("CRW_4714",		vert, newPic, "Flowers on the wall, Provence, France")
Gallery = "Lg/France2005/";
LargeSite = "images/";
}

function france3(){
images = new Array
images[1]  = new picture("CRW_4718",		vert, newPic, "Buildings, Avignon, France")
images[2]  = new picture("CRW_4721",		vert, newPic, "Shop, Avignon, France")
images[3]  = new picture("CRW_4860",		horiz, newPic, "Arena, Nîmes, France")
images[4]  = new picture("CRW_4750",		horiz,  newPic, "Maison Carée, Nîmes, France")
images[5]  = new picture("CRW_4830",		vert, newPic, "Provence, France")
images[6]  = new picture("CRW_4834",		vert, newPic, "Dog resting, Provence, France")
images[7]  = new picture("CRW_4839",			vert, newPic, "Old Church, Provence, France")
images[8]  = new picture("CRW_5077",		vert, newPic, "Beach, Cannes, France")
images[9]  = new picture("CRW_5097",		vert, newPic, "Colorfull Bicycle, Provence, France")
images[10] = new picture("CRW_5113",		vert, newPic, "Flowers on wall, Provence, France")
images[11] = new picture("CRW_5124",			horiz, newPic, "Dried out flowers, Provence, France")
images[12] = new picture("CRW_5145",		vert, newPic, "Roses, Provence, France")
Gallery = "Lg/France2005/";
LargeSite = "images/";
}


function recentwork(){
    images = new Array

images[1]  = new picture("CRW_4331",		horiz,  newPic, "Vivid, Mer Bleue, Ottawa On")
images[2]  = new picture("CRW_5199",		horiz,  newPic, "Blinded, Gatienau Hot Air Baloon Festival, Qc")
images[3]  = new picture("CRW_5258",		horiz,  newPic, "Shy Daisy, Gatienau Hot Air Baloon Festival, Qc")
images[4]  = new picture("CRW_5436",		vert,  newPic, "Reflections, Bourgeois Lake, Gatineau Park, Qc")
images[5]  = new picture("CRW_5449",		horiz,  newPic, "Hint of Fall, Bourgeois Lake, Gatineau Park, Qc")
images[6]  = new picture("CRW_5467",		horiz,  newPic, "Raibow, Gatineau Park, Qc")
images[7]  = new picture("CRW_5482",		horiz,  newPic, "Rock in Yellow Glow, Pink Lake, Gatineau Park, Qc")
images[8]  = new picture("CRW_5571",		vert,  newPic, "Red and Green, Ottawa, On")
images[9]  = new picture("CRW_5635",		horiz,  newPic, "Tiny lenses, Mer Bleue, Ottawa On")
images[10] = new picture("CRW_5657",		vert,  newPic, "Fall at the bog, Mer Bleue, Ottawa On")
images[11] = new picture("CRW_5692",		horiz,  newPic, "Old Red Shed, Opeongo Road, Renfrew County On")
images[12] = new picture("CRW_5729",		horiz,  newPic, "Closed, Opeongo Road, Renfrew County On")
Gallery = "Lg/RecentWork/";
LargeSite = "images/";
}


