function changewinery(intWineryID) {
	if(intWineryID != '')
		location.href = '/new/vsimports_winery.asp?wineryid=' + intWineryID;
}

function changewine(intWineID) {
	if(intWineID != '')
		location.href = '/new/vsimports_wine.asp?wineid=' + intWineID;
}

