function Message(mex, alt ,larg){

    Shadowbox.open({
        player:     'html',
        //content:    '<div class="shadowbox_message">You\'re using <a href="http://www.mjijackson.com/shadowbox">Shadowbox</a>!</div>',
        content: '<div class="shadowbox_message">' + mex + '</div>',
		height:  alt,   // 100,
        width:   larg   // 700
    });
};

function linklist() {
document.writeln('<ul class="linklist">')
document.writeln('<li><a target="_blank" href="http://www2.airportthai.co.th/airportnew/phuket/index.asp">Phuket Airpot Official Web</a></li>')
document.writeln('<li><a target="_blank" href="http://www.phuketnewcarrent.com/">Rent a Car in Phuket</a></li>')
document.writeln('<div class="divider2"></div>')
document.writeln('<li><a target="_blank" href="http://www.ayudhya.net/">Real Estate in Phuket</a></li>')
document.writeln('<li><a target="_blank" href="http://www.phuketgazette.net/">Phuketgazette news in english</a></li>')
document.writeln('<li><a target="_blank" href="http://www.phuket-guide.com/">Phuket-Guide.com</a></li>')
document.writeln('<li><a target="_blank" href="http://www.phuketphotoguide.com/">PhuketPhotoGuide.com</a></li>')
document.writeln('<li><a target="_blank" href="http://www.amicidiphuket.it/"></a></li>')
document.writeln('<li><a target="_blank" href="http://www.phuketube.com/">PhukeTube.com</a></li>')
document.writeln('<li><a target="_blank" href="http://www.phuket-tourism.com/">Phuket-Tourism.com</a></li>')
document.writeln('<li><a target="_blank" href="http://www.phuket-maps.com/">Phuket-Maps.com</a></li>')
document.writeln('<li><a target="_blank" href="http://www.amicidiphuket.it/">AmiciDiPhuket.it</a></li>')
document.writeln('<div class="divider2"></div>')
document.writeln('<li><a target="_blank" href="http://www.thaipro.com/">Thai Search Engine</a></li>')
document.writeln('<li><a target="_blank" href="http://www.thaiwebsites.com/">Thai Web Directory</a></li>')
document.writeln('<li><a target="_blank" href="http://www.tripadvisor.com/">Trip Advisor</a></li>')
document.writeln('<div class="divider2"></div>')
document.writeln('</ul>')
}


<!-- fade delle photo in testata
document.write("<style type='text/css'>#headphoto {visibility:hidden;}</style>");

function initImage() {
 		imageId = 'headphoto';
		image = document.getElementById(imageId);
		setOpacity(image, 0);
		image.style.visibility = "visible";
		fadeIn(imageId,0);
}
function fadeIn(objId,opacity) {
	if (document.getElementById) {
		obj = document.getElementById(objId);
		if (opacity <= 100) {
			setOpacity(obj, opacity);
			opacity += 10;
			window.setTimeout("fadeIn('"+objId+"',"+opacity+")", 100);
		} 
	}
}
function setOpacity(obj, opacity) {
	opacity = (opacity == 100)?99.999:opacity;
	// IE/Win
	obj.style.filter = "alpha(opacity:"+opacity+")";
	// Safari<1.2, Konqueror
	obj.style.KHTMLOpacity = opacity/100;
	// Older Mozilla and Firefox
	obj.style.MozOpacity = opacity/100;
	// Safari 1.2, newer Firefox and Mozilla, CSS3
	obj.style.opacity = opacity/100;
}
window.onload = function() {initImage()}
// -->

