// initialize jQuery
jQuery.noConflict();


// on Dom ready
jQuery(function($){
	// highlight current page
	//$('.navigation a:current').each(function() {
	$('.navigation a:path').each(function() {
		$(this).addClass('selected');
	});
	
	$('#gallery a.lightbox').lightBox();
});
	



function ViewImage( strPath, iW, iH ) 
{
	// default
	var html = strPath;
	var sW = iW.toString();
	var sH = iH.toString();

	// open the window
	window.open('popup/?'+strPath, 'ViewImage'+new Date().getTime(),'width='+sW+',height='+sH+',scrollbars=no');
	return false;
}

function ShowLocationPopup()
{
	window.open('popup/location.html','Location','width=473,height=349');
}
	
function ShowLocalPopup() {
		window.open('popup/local.html','Local','width=330,height=448');
	}

function ShowWalkingPopup() {
		window.open('popup/walking.html','Walking','width=476,height=437');
	}


function ShowExteriorPopup() {
		//window.open('popup/exterior.html','Exterior','width=700,height=815');
		window.open('popup/exterior.html','Exterior','width=699,height=1048');
	}
	
function ShowOfficePopup() {
		window.open('popup/office.html','Office','width=700,height=524');
	}
	
function ShowRoofPopup() {
		//window.open('popup/roof.html','Reception','width=700,height=525');
		window.open('popup/roof.html','Reception','width=683,height=1029');
	}
	
function ShowRoofNewPopup() {
		// window.open('popup/roof-new.html','Reception','width=700,height=525');
		window.open('popup/roof-new.html','Reception','width=700,height=465');
	}
