<!--
	var doc=parent.location.search;
	if (doc.length>0) {
		doc=doc.substring(1,doc.length);
		parent.mainFrame.location = doc;
	}
//-->
