function openwine(num){
	ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "vino_" + num + ".htm", "I vini del Gotto d'Oro", "width=540px,height=500px,left=104px,top=0px,resize=0,scrolling=1")
	ajaxwin.onclose=function(){return window.close}
}
function openconf(num, conf){
	ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "vini_page.php?wineNum=" + num + "&wineConf=" + conf, "I vini del Gotto d'Oro", "width=540px,height=500px,left=250px,top=0px,resize=0,scrolling=1")
	ajaxwin.onclose=function(){return window.close}
}
function openfree(num){
	ajaxwin=dhtmlwindow.open("ajaxbox", "ajax", "vini_free.php?wineNum=" + num, "I vini del Gotto d'Oro", "width=540px,height=500px,left=250px,top=0px,resize=0,scrolling=1")
	ajaxwin.onclose=function(){return window.close}
}
