function PasokBasket(formname) {
				//var product =  formname.getElementById("product");
				var product =  formname.elements["vwitem"].value;
				var the_pic =  document["the_pic"];
				//var vwitem = formname.vwitem;
				//var the_pic =  document.getElementById("the_pic");
				//alert(the_pic.src);
				
				
				product = product.split(",");
				formname.id.value = product[0];
				formname.price.value = product[1];
				formname.descr.value = product[2];
				
				
				var newform = document.cartform;
				newform.id.value = formname.id.value;
				newform.price.value = formname.price.value;
				newform.descr.value = formname.descr.value;
				newform.quantity.value = formname.quantity.value;
				newform.extra2.value = formname.extra2.value;
				//newform.vwitem.value = formname.vwitem.value;
				//newform.vwcatalog.value = "yhst-65877294840279";
                                
                                //alert(formname['binding']); 
                                if(formname['binding']) {
                                  // alert(formname['binding'].text);
                                   newform['binding_2'].value += " Binding "+formname['binding'].value;
                                   //newform.descr.value +=  " Binding "+formname['binding'].value;
                                }
				
				
				//formname.action.value = "https://www.importflooring.com/phpcart/phpcart.php";
				if(the_pic) {
					var s = the_pic.src;
						xy = s.replace("http","https");
						s = xy.replace("naturalarearugs","importflooring");
						
						formname.extra2.value = s;
						newform.extra2.value = s;
						//formname.extra2.value = the_pic.src;
						//newform.extra2.value = the_pic.src;
				}
				if (formname.id.value != "") {
						//newform.action = "http://order.store.yahoo.net/cgi-bin/wg-order?yhst-98286256161447";
						newform.action = "https://order.store.yahoo.net/cgi-bin/wg-order?yhst-65877294840279";
						//newform.action = "http://store.yahoo.net/yhst-65877294840279";
						//formname.action = "https://www.importflooring.com/phpcart/phpcart.php";
						//formname.submit();
						//alert('ok');
						newform.submit();
				} else {
						alert("PLease select a product");
						return;
				}
				
				//formname.getElementById("id").value = 
}

function PasokRugpad(formname) {
				//var product =  formname.getElementById("product");
				var product =  formname.elements["product"].value;
				
				product = product.split(",");
				formname.id.value = product[0];
				formname.price.value = product[1];
				formname.descr.value = product[2];


				if (formname.id.value != "") {
						formname.submit();
				} else {
						alert("PLease select a product");
						return;
				}
				
				//formname.getElementById("id").value = 
}

function SelectVinyl() {
	var obj = document.frmproduct;
	var myproduct = obj.product.value;
	
	myproduct = myproduct.split(",");
	document.getElementById("the_pic").src = "images/tiles/" + myproduct[2] + ".jpg";
}
