// JavaScript Document

function fetch()
{
var x=document.form1.s1.value;
if (x=="1")
	{
		window.location="marineproducts2.html";
	}
if (x=="2")
	{
		window.location="marineproducts.html";
	}
if (x=="3")
	{
		window.location="marineproducts.html";
	}
if (x=="4")
	{
		window.location="marineproducts1.html";
	}
				
}


function fetch1()
{
var x=document.form1.s2.value;

if (x=="1")
	{
		window.location="safetyproducts.html";
	}

if (x=="2")
	{
		window.location="safetyproducts.html";
	
	}

if (x=="3")
	{
		window.location="safetyproducts.html";
	
	}
if (x=="4")
	{
		window.location="safetyproducts.html";
	
	}

if (x=="5")
	{
		window.location="safetyproducts.html";
	
	}
if (x=="6")
	{
		window.location="safetyproducts.html";
	
	}
if (x=="7")
	{
		window.location="safetyproducts.html";
	
	}
if (x=="8")
	{
		window.location="safetyproducts.html";
	
	}
if (x=="9")
	{
		window.location="safetyproducts.html";
	
	}
if (x=="10")
	{
		window.location="safetyproducts.html";
	
	}
if (x=="11")
	{
		window.location="safetyproducts.html";
	
	}
if (x=="12")
	{
		window.location="safetyproducts.html";
	
	}

}



function fetch2()
{
var x=document.form1.s3.value;

if (x=="1")
	{
		window.location="industrial.html" ;
	
	}
if (x=="2")
	{
		window.location="industrial.html";
	
	}

if (x=="3")
	{
		window.location="industrial.html";
	
	}
if (x=="4")
	{
		window.location="industrial.html";
	
	}

if (x=="5")
	{
		window.location="industrial.html";
	
	}
if (x=="6")
	{
		window.location="industrial.html";
	
	}


}


