﻿$(function(){
	$(".scrollable").jScrollPane({showArrows:true});
	$("#store-items .item-full-image").lightBox();
	
	//https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&currency_code=USD&on0=Shipping+Option&hosted_button_id=10081562&quantity=1&os0=Regular+Mail
	
//	$("#store-items .submit-button").click(function(){
//	    var itemID = $(this).siblings(".options-as-ids").val() == "True" ? $(this).siblings(".item-options").val() : $(this).siblings(".item-id").val();
//	    var quant = $(this).parent().find(".quantity").val();
//	    var ship = $(this).siblings(".shipping-options").val();
//	    var size = $(this).siblings(".options-as-ids").val() == "True" ? null : $(this).siblings(".item-options").val();
//	    
//	    $(this).attr("href", 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&currency_code=USD&on0=Shipping+Option&hosted_button_id=' + itemID + '&quantity=' + quant + '&os0=' + ship);
//	    
//	    if (size != null)
//            $(this).attr("href", $(this).attr("href") + "&on1=Size&os1=" + size);
//	});
});
