document.onkeydown=FS_KT;
window.onerror = FS_Err;
function FS_KT(){if(document.all){key=event.keyCode}else{key=e.which}if(key==13){FS_SF()}}
function FS_SF(){document.getElementById('FS_form').submit()}
function FS_Err(d,p,l,c){}
function FS_IS(o){
	if (o.height > o.width){
		r = o.height / FS_IH;
		o.height = FS_IH;
		o.width = o.width / r;
	}else{
		r = o.width / FS_IH;
		o.width = FS_IH;
		o.height = o.height / r;
	}
	
	o.style.position='static';
	o.style.visibility='visible';
}
function FS_SBI(){
	if(FS_BI != ''){
		a = document.getElementsByName('fsp');
		
		for(x=0;x<a.length;x++){
			if (!a[x].complete){
				a[x].src=FS_BI;
			}
		}
	}
}
