

function stardekk(form) {
	var URL = form.star.options[form.star.selectedIndex].value;
	popup = window.open(URL,"_blank");
}


