function frameMe(frame, main, tf, cf, cid, pid){
	if(window.name != frame){	
		var s = main + "?tf=" + tf + "&cf=" + cf + "&cid=" + cid + "&pid=" + pid;
		top.location.replace(s);
	}
	return;
}

