function goto()
    		{
    			if(document.doublecombo.product.value == 'AF-T Lab')
    			{
    				location.href = "aftlab/laboratory-capsule-filling-machine.php";
    			}
    			if(document.doublecombo.product.value == 'Fluidocap 1000')
    			{
    				location.href = "fluidocap-1000/liquid-filling-machine.php";
    			}
    			if(document.doublecombo.product.value == 'MF 30')
    			{
    				location.href = "mf-30/manual-capsule-filling-machine.php";
    			}
    			if(document.doublecombo.product.value=='AL 90')
    			{
    				location.href = "al-90/automatic-capsule-loader.php";
    			}
    			if(document.doublecombo.product.value=='Dies & Punches')
    			{
    				location.href = "dies-punches/tabletting-tools.php";
    			}
    			if(document.doublecombo.product.value=='Miniblis')
    			{
    				location.href = "miniblis/blister-packing-machine.php";
    			}
    		}