function launcher(FF)
{   var popupURL = "/motorcycho/7/img/7-" + FF + ".jpg"
    var popup = window.open(popupURL,FF,'toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=1,width=462,height=462');
	popup.focus();
}
function popup(img,w,h)
{       
	if (w == 0) w = 379;
	if (h == 0) h = 379;
	var popupURL = "/motorcycho/7/img/" + img;
    var popup = window.open(popupURL,'cover','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=1,width='+w+',height='+h);
	popup.focus();
}