// JavaScript Document

function bigpic(image)
	{
					//document.getElementById('pic').src = 'images/boat/targa25c1.jpg';
		document.getElementById('pic').innerHTML = '<a id="pic2" href="images/boat/big/'+image+'" rel="lightbox"><img onmouseover="document.getElementById(\'enlargepic\').style.visibility = \'hidden\';" onmouseout="document.getElementById(\'enlargepic\').style.visibility = \'visible\';" src="images/boat/'+image+'" /><img src="images/boat/greybox.jpg" id="enlargepic" /></a>';
	}
	
function bigpicm(image)
	{
					//document.getElementById('pic').src = 'images/boat/targa25c1.jpg';
		document.getElementById('pic').innerHTML = '<a id="pic2" href="images/marino/big/'+image+'" rel="lightbox"><img onmouseover="document.getElementById(\'enlargepic\').style.visibility = \'hidden\';" onmouseout="document.getElementById(\'enlargepic\').style.visibility = \'visible\';" src="images/marino/'+image+'" /><img src="images/boat/greybox.jpg" id="enlargepic" /></a>';
	}
	
function bigpicn(image)
	{
					//document.getElementById('pic').src = 'images/boat/targa25c1.jpg';
		document.getElementById('pic').innerHTML = '<img   src="images/new_pages/big/'+image+'" />';
	}
		
function vidpic()
	{
					//document.getElementById('pic').src = 'images/boat/targa25c1.jpg';
		document.getElementById('pic').innerHTML = '<img src="images/video_loader.jpg" />';
	}
	
				
function video(url)
	{
					var html360 = '<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="470"HEIGHT="320" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"><PARAM name="SRC" VALUE="images/360/'+url+'"><PARAM name="AUTOPLAY" VALUE="true"><PARAM name="CONTROLLER" VALUE="true"><EMBED SRC="images/360/'+url+'" WIDTH="470" HEIGHT="320" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/"></EMBED></OBJECT>';
					
	document.getElementById('pic').innerHTML = html360;
	}
		
		function videoPrint(url)
	{
					var html360 = '<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="470"HEIGHT="320" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"><PARAM name="SRC" VALUE="images/360/'+url+'"><PARAM name="AUTOPLAY" VALUE="true"><PARAM name="CONTROLLER" VALUE="true"><EMBED SRC="images/360/'+url+'" WIDTH="470" HEIGHT="320" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/"></EMBED></OBJECT>';
					
	document.write(html360);
	}
		
	
		

				
function toggle3()
	{
		if(document.getElementById('latest_item').className == "latest_item1")
		{
			document.getElementById('latest_item').className = "latest_item2";
		}
		
		else if (document.getElementById('latest_item').className == "latest_item2")
		{	
			document.getElementById('latest_item').className = "latest_item1";
		}
	}
	
function report(image)
{
  
  var htmlReport = '<a href="http://www.ybw.com/specials/430049/wessex-marine" target="_blank"><img src="images/reports/' + image + '" /></a>';
  document.getElementById('pic').innerHTML = htmlReport;
}




