function wish( my_file )
{
	url = "/cgi-bin/2002valentine/wish.pl?file="+my_file;
	window.open(url ,'','scrollbars=yes,width=605,height=480');
}
function buy( my_file )
{
	window.location.href = "/cgi-bin/2002valentine/redirect.pl?file="+my_file;;
}
