function frame_Loaded()
{
	trig_change_sel_frame();
}
function trig_change_sel_frame()
{
	//alert(document.getElementById('sel_frame').value);
	var seld_frame=document.getElementById('sel_frame').value;
	var theframe=document.getElementById('theframe');
	if(seld_frame=="Clip Cards")
	{
		theframe.src='http://www.clipattic.com/chart_program/ClipCardStats/ccsent_ui.html';
	}
	if(seld_frame=="Videos")
	{
		theframe.src='http://www.clipattic.com/chart_program/ClipVideoStats/videostats_ui.html';
	}
	if(seld_frame=="Video views")
	{
		theframe.src='http://www.clipattic.com/chart_program/ClipVideoStats/views_stats.html';
	}
}
