// JavaScript Document

// changing header image
				function changeImage(q){ 
						if(q==1){
						document.getElementById('ima').setAttribute('src','images/portfolioLogoMain.gif') ;
						} 
						else{
						document.getElementById('ima').setAttribute('src','images/portfolioLogoBack.gif');
						}
					}

// opening a pop-up
				function popUp(URL) {
				window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=500,left = 200,top = 100');
				}

// flickr badge
				function zg_insert_badge() {
				var zg_bg_color = 'ffffff';
				var zgi_url = 'http://www.flickr.com/apps/badge/badge_iframe.gne?zg_bg_color='+zg_bg_color+'&zg_person_id=65607620%40N00';
				document.write('<iframe style="background-color:#'+zg_bg_color+'; border-color:#'+zg_bg_color+'; border:none;" width="113" height="151" frameborder="0" scrolling="no" src="'+zgi_url+'" title="Flickr Badge"></iframe>');
				}
				zg_toggleWhat = function() {
				document.getElementById('zg_whatdiv').style.display = (document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block';
				document.getElementById('zg_whatlink').style.display = (document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block';
				return false;
				}
				
				
