
function aWindow(s,c){
//alert("../Shop/Vouchers.asp?id="+s+"&c="+c);
	window.open("../Shop/Vouchers.asp?id="+s+"&c="+c,"","width=800,height=535,status=yes,toolbar=no,menubar=no,scrollbars=1")

}
