function setFrames(control,subnav,content) {
	if (control) {
		parent.control.document.location.href = control;
	}
	
	if (subnav) {
		parent.subnav.document.location.href = subnav;
	}
	
	if (content) {
		top.content.document.location.href = content;
	}

}


function launch(url,x,y) {

	window.open(url,"_blank","width=" + x + ",height=" + y + ",location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=0,toolbar=0");

}
