function showTrailer(id, url_nats, url_flv_preview, url_hdss_1_l)
{
	//document.getElementById('playersample_pic_' + id).style.visibility = "hidden";	

	var vid = new SWFObject("http://gals.analmovieclub.com/common/mediaplayer.swf","player","480","360","8");
	vid.addParam("allowfullscreen","true");
	vid.addVariable("width","480");
	vid.addVariable("height","360");
	vid.addVariable("file",url_flv_preview);
	vid.addVariable("image",url_hdss_1_l);
	//vid.addVariable("bufferlength","1");
	vid.addVariable("link",url_nats);
	vid.addVariable("displayheight","360");
	vid.addVariable("autostart","true");
	// add linkcode if present
	//if (linkcode!=undefined)
	//	vid.addVariable("linkcode", linkcode);
	vid.write("player_" + id);
}

function showPlayersampleHover(id, value)
{
	var element = document.getElementById('playersample_hover_' + id);
	element.style.visibility = value;
}

