function chlink()
{if(document.getElementById('name_here1').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=1&currency=2'}
else if(document.getElementById('name_here2').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=2&currency=2'}
else if(document.getElementById('name_here3').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=3&currency=2'}
else if(document.getElementById('name_here4').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=4&currency=2'}
else if(document.getElementById('name_here5').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=5&currency=2'}
else
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&currency=2'}}
function chlinkp()
{if(document.getElementById('name_here1').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=1&currency=1'}
else if(document.getElementById('name_here2').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=2&currency=1'}
else if(document.getElementById('name_here3').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=3&currency=1'}
else if(document.getElementById('name_here4').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=4&currency=1'}
else if(document.getElementById('name_here5').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=5&currency=1'}
else
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&currency=1'}}
function chlinku()
{if(document.getElementById('name_here1').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=1&currency=3'}
else if(document.getElementById('name_here2').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=2&currency=3'}
else if(document.getElementById('name_here3').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=3&currency=3'}
else if(document.getElementById('name_here4').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=4&currency=3'}
else if(document.getElementById('name_here5').checked==true)
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&pid=5&currency=3'}
else
{window.location.href='https://www.roboshift.com/billing/cart.php?a=add&currency=3'}}
function gometere()
{if(document.getElementById('currency').value==1)
{chlinkp();}
if(document.getElementById('currency').value==2)
{chlink();}
if(document.getElementById('currency').value==3)
{chlinku();}}
function forall()
{if(document.getElementById('currency').value==1)
{document.getElementById('cur1').innerHTML='&pound;';document.getElementById('cur2').innerHTML='&pound;';document.getElementById('cur3').innerHTML='&pound;';document.getElementById('cur4').innerHTML='&pound;';document.getElementById('cur5').innerHTML='&pound;';document.getElementById('per1').innerHTML='9';document.getElementById('per2').innerHTML='21';document.getElementById('per3').innerHTML='20';document.getElementById('per4').innerHTML='20';document.getElementById('per5').innerHTML='19';}
if(document.getElementById('currency').value==2)
{document.getElementById('cur1').innerHTML='&#8364;';document.getElementById('cur2').innerHTML='&#8364;';document.getElementById('cur3').innerHTML='&#8364;';document.getElementById('cur4').innerHTML='&#8364;';document.getElementById('cur5').innerHTML='&#8364;';document.getElementById('per1').innerHTML='13';document.getElementById('per2').innerHTML='23';document.getElementById('per3').innerHTML='23';document.getElementById('per4').innerHTML='22';document.getElementById('per5').innerHTML='20';}
if(document.getElementById('currency').value==3)
{document.getElementById('cur1').innerHTML='$';document.getElementById('cur2').innerHTML='$';document.getElementById('cur3').innerHTML='$';document.getElementById('cur4').innerHTML='$';document.getElementById('cur5').innerHTML='$';document.getElementById('per1').innerHTML='15';document.getElementById('per2').innerHTML='33';document.getElementById('per3').innerHTML='32';document.getElementById('per4').innerHTML='31';document.getElementById('per5').innerHTML='29';}}
