function embed(tag)
{
    // After 4/11/06, ActiveX controls must be embedded using external script
    // in order to show up already 'activated'.
    document.write(tag);
}

function popwindow(url)
{
	window.open(url, 'ratingWindow','status=0,width=350,height=125');
}

function forceSaveAs()
{
	window.alert('You must right click and select the Save As option to download.');
	return false;
}