
function paymethod() {

var selindex = document.getElementById('chmethod').selectedIndex;
var sval = document.getElementById('chmethod').options[selindex].value;

document.getElementById('idcheckout').href = sval;
/*alert('hullo');*/
}
