<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title>Imagin Photo Gallery</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="title" content="imagin photo gallery" />
<meta name="description" content="" />
<meta name="keywords" content="imagin, flash photo gallery, photography, slideshow" />
<meta name="language" content="en" />
<meta name="expires" content="never" />
<meta name="robots" content="index,follow" />
<meta name="revisit-after" content="15 days" />
<meta name="author" lang="EN" content="http://imagin.ro" />
<meta name="expires" content="never" />
<meta name="Date-Creation-20090310" content="date" />
<meta name="Date-Revision-20090526" content="date" />

<style type="text/css">
	
	/* hide from ie on mac \*/
	html {
        height: 100%;
        overflow: hidden;
    }
	#instance {
        height: 100%;
    }
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
	}

</style>
</head>

<body>
	<script src="scripts_ralcr/js/swfobject.js"></script>
	<script src="scripts_ralcr/js/swfmacmousewheel2.js"></script>
	<script src="scripts_ralcr/js/swfaddress.js"></script>
	
	<script language="JavaScript">
		var imagin_scripts_path = "scripts_ralcr/"; // a path relative to the html which embeds the swf
		var imagin_photos_path = "photos/"; // a path relative to "scripts_ralcr" parent
		var imagin_preferences_path = ""; // a path to the _preferences.xml (th eone from photos will be ignored)
		
		var imagin_instance = "imagin_instance";
		var imagin_swf_color = "#232323";
		var imagin_swf_width = "100%";
		var imagin_swf_height= "100%";
		
		
		// SWFObject embed by Geoff Stearns geoff@deconcept.com http://blog.deconcept.com/
		var flashvars = { id:imagin_instance, scripts_path:imagin_scripts_path, photos_path:imagin_photos_path, preferences_path:imagin_preferences_path };
		var params = { allowFullScreen:'true', allowNetworking:'all', allowScriptAccess:'always', bgcolor:imagin_swf_color };
		var attributes = { id:imagin_instance, name:imagin_instance };
		
		swfobject.embedSWF ("imagin.swf?"+Math.random()*1, imagin_instance, imagin_swf_width, imagin_swf_height, "9",
							imagin_scripts_path + "/embed/expressInstall.swf", flashvars, params, attributes);
		swfmacmousewheel.registerObject( imagin_instance );
	</script>
	
	
	<div id="imagin_instance">
		<p>In order to view the photo gallery, you need JavaScript activated and at least flash player 9 installed!</p>
	</div>
</body>
</html>