function GeneraacquistiFantasquadre(cFsq) {

var cFsq = JSQueryString("Fsq")
if (cFsq == null||cFsq=="") cFsq=arrFantasquadre[1].ID
var arrF = new Object()
arrF = arrFantasquadre
document.write("Fantasquadra:&nbsp;<select name='nfq' class='t-xxB' id='ui'SIZE='1'>")

for (i=1;i<arrF.length;i++) {
	document.write("<option value='" + arrF[i].Nome + "'")
	if (arrF[i].ID == cFsq) document.write(" selected")
	document.write(">" + arrF[i].Nome + "</option>")
	
}

document.write("</select>")
document.write("<input name='invia' type=submit class='t-xxs'  value='  Vai  '>")
document.write("</form>")



}

function GeneraacquistiFantasquadre2(cFsq) {

var cFsq = JSQueryString("Fsq")
if (cFsq == null||cFsq=="") cFsq=arrFantasquadre[1].ID
var arrF = new Object()
arrF = arrFantasquadre
document.write("Fantasquadra:&nbsp;<select name='frmFsq'  id='frmFsq'SIZE='1'>")

for (i=1;i<arrF.length;i++) {
	document.write("<option name='" + arrF[i].Nome + "' value='" + arrF[i].ID + "'")
	if (arrF[i].ID == cFsq) document.write(" selected")
	document.write(">" + arrF[i].Nome + "</option>")
	
}

document.write("</select>")
document.write(" <input name='acquisti' type=submit  value='     acquisti     '>")


document.write("</form>")



}


<!--
function land(ref, target)
{
lowtarget=target.toLowerCase();
if (lowtarget=="_self") {window.location=loc;}
else {if (lowtarget=="_top") {top.location=loc;}
else {if (lowtarget=="_blank") {window.open(loc);}
else {if (lowtarget=="_parent") {parent.location=loc;}
else {parent.frames[target].location=loc;};
}}}
}
function jump(menu)
{
ref=menu.choice.options[menu.choice.selectedIndex].value;
splitc=ref.lastIndexOf("&");
target="";
if (splitc!=-1)
{loc=ref.substring(0,splitc);
target=ref.substring(splitc+1,1000);}
else {loc=ref; target="_self";};
if (ref != "") {land(loc,target);}
}

