// imageSize_E(imageFile,extWidth,extHeight)

// bodyImage(bgFile,bgColor,marginLeft,marginTop,imageFile,imgName,imgAlign,imgBorder)
// bodyImages_all(bgFile,bgColor,marginLeft,marginRigth,marginTop,marginBottom,imgName,imgAlign,imgBorder,imgWidth,imgHeight,imgResize)   //--> bodyText

// openWindow(winURL,winName,winMTSR,winWidth,winHeight,winTop,winLeft,Title,bodyText)


//-- image_map() --> bodyImage() --> openWindow()

function image_map()
{
	bodyImage('','white',0,0,'./photos/studio/map_F-Studio.jpg','map','',0)   //--> bodyText
	openWindow('','Map','0013',985,688,13,13,'• Studio F - êàðòà ïðîåçäà',bodyText)
}


function big_view(winName,imageFile,imageWidth,imageHeight)
{
//	imageSize_E(imageFile,24,48)   //--> winWidth,winHeight (íàõîæäåíèå ðàçìåðîâ ïî ôàéëó)
	imageSize_E(imageWidth,imageHeight,48,48)   //--> winWidth,winHeight (íàõîæäåíèå ðàçìåðîâ ïî áàçå)

//	bodyImages_all('','gray',12,12,12,40,imageFile,'','Top',0,image_width,image_height,0.64)   //--> bodyText

	bodyImage('','gray',24,24,imageFile,'','Top',0)   //--> bodyText
	
	openWindow('',winName,'0012',winWidth*1,winHeight*1,13,13,'• Studio F',bodyText)
//	openWindow('',winName,'0003',624,652,13,13,'• Studio F',bodyText)
}
