<!--

function cWnd(url, params)
{
	if(params == '')
		params = 'width=640, height=480';
	
	return window.open(url, '', params);	
}

function switcher(obj)
{
	holder = document.getElementById('main');
	
	holder.src = obj.src;
}

//-->