function newUrl(pUrl) {

	if (parent.frames.length==0) {
		
		parent.location.replace(pUrl);
		
	}

}
