// http://www.videogiochi-cellulare.com

function preferiti(pag,nome)
{
	if (window.external) { window.external.AddFavorite(pag,nome) } 
	else { alert("Il tuo navigatore non supporta i bookmark."); }
}
	
function funzionamento()
{
window.open('/funzionamento.php','funzionamento',"width=440,height=400,menubar=true,toolbar=false,resizable=false,scrollbar=auto");
}

function jumpurl(myurl)
{
document.location.href=myurl;	
}

function sel_b(my_brand)
{
var ptx = '/cell.php?brand=' + my_brand;
document.getElementById("c_model").src=ptx;
}
