function runstar(a,time,flag,count){


	if (1 == flag){runx=setInterval("run("+a+","+count+")",10)}
	else{
		runx=setInterval("run2("+a+","+count+")",10)
		}

 }
 function runover(){
 clearInterval(runx)
 }
 function run(a){


 scrollx=frm_frdlist.document.body.scrollLeft
 scrolly=frm_frdlist.document.body.scrollTop

 scrollx=scrollx+a
 frm_frdlist.window.scroll(scrollx,scrolly)
 }
 function run2(a,count){

	 var framename="frm_piclist"+count+"";


 scrollx=eval(""+framename+".document.body.scrollLeft")
 scrolly=eval(""+framename+".document.body.scrollTop")
 scrollx=scrollx+a


 eval(""+framename+".window.scroll(scrollx,scrolly)");

 }
 function x_down(theobject){

	object=theobject

	/*while(object.filters.alpha.opacity>60){
		object.filters.alpha.opacity+=-10
	}*/
 }
 function x_up(theobject){


	object=theobject
	/*while(object.filters.alpha.opacity<60){
		object.filters.alpha.opacity+=10
	}*/
 }
 function wback(){
	if(frm_frdlist.history.length==0){window.history.back()}
	else{frm_frdlist.history.back()}
 }

function movstar(a,time,count){
	movx=setInterval("mov("+a+","+count+")",time)
	}
function movover(){
	clearInterval(movx)
	}
function mov(a,count){


     var framename="new_date"+count+"";
     scrollx=eval(""+framename+".document.body.scrollLeft")
     scrolly=eval(""+framename+".document.body.scrollTop")

	 scrolly=scrolly+a
	 eval(""+framename+".window.scroll(scrollx,scrolly)");

	}
function o_down(theobject){
object=theobject
	/*while(object.filters.alpha.opacity>60){
		object.filters.alpha.opacity+=-10}*/
		}
function o_up(theobject){
object=theobject
	/*while(object.filters.alpha.opacity<100){
		object.filters.alpha.opacity+=10}*/
		}
function wback(){
	/*if(new_date.history.length==0){window.history.back()}
	else{new_date.history.back()}*/
	}
