<!--//

function init(site){
	if (parent.frames.length==0) {
		window.location='/start.cfm?iframe='+site;
	}
}

function init2(site){
	if (parent.frames.length==0) {
		window.location='/start.cfm?iframe='+site;
	} else {
		document.location=site;
	}
}

//-->
