var fRunning = 0;
function startTrans (ship) 
 {
	if  (fRunning == 0)
	{
		fRunning == 1;
		img.filters.blendTrans.Apply();
		img.src= ship;
		img.filters.blendTrans.Play();
		img.useMap="#back";
		}
	}

function back () 
 {
	if  (fRunning == 0)
	{
		fRunning == 1;
		img.filters.blendTrans.Apply();
		img.src= "pics/service/0.jpg";
		img.filters.blendTrans.Play();
		img.useMap="#fourpics";
		}
	}



<!---script for Restrant--->

function furshet(pic_no)	{
var showPic;
showPic=window.open("services/restaurant_pics/"+pic_no+".htm");
}


function showship(folderName)	{

var showPic;
showPic=window.open("pics/"+folderName+"/bigship.htm", "show", "status=0, toolbar=0, location=0,menubar=0,directories=0,resizable=0,height=580,width=480");
}

function show1(folderName)	{

var showPic1;
showPic1=window.open("pics/"+folderName+"/bigpic1.htm", "show1", "status=no, toolbar=no, location=0,menubar=no, directories=no, resizable=no, height=580,width=480" );
}
function show2(folderName)	{
var showPic2;
showPic2=window.open("pics/"+folderName+"/bigpic2.htm", "show2", "status=0, toolbar=0, location=0,menubar=0,directories=0,resizable=0,height=580,width=480" );
}
function show3(folderName)	{
var showPic3;
showPic3=window.open("pics/"+folderName+"/bigpic3.htm", "show3", "status=0, toolbar=0, location=0,menubar=0,directories=0,resizable=0,height=580,width=480" );
}
function showplan(folderName)	{
var showplan;
showplan=window.open("pics/"+folderName+"/plan.htm", "plan", "status=0, toolbar=0, location=0,menubar=0,directories=0,resizable=0,height=580,width=480" );
}

function img_chng (pic_name) 	{

bigpic.src = "http://www.nevclass.spb.ru/services/restaurant_pics/"+pic_name.name+"_b.jpg";

}

<!----  -->

