function prepForm(){
	with(document.Studiosus){
		if(parent.document.frames.length>0) target='_top';
		RefPage.value=document.referrer
		submit();
	}
}
