function changemediacat(catid)
{
	var frame = document.getElementById("fra_player");
	frame.src = "/wp-content/themes/bensur_09/portfolioflash.php?catid=" + catid
}

function changemediaclient(clientid)
{
	var frame = document.getElementById("fra_player");
	frame.src = "/wp-content/themes/bensur_09/portfolioflash.php?clid=" + clientid
}