var imagepath;

function startPictureArea(ip){
	imagepath = ip;
	document.writeln("<div style=\"margin-left:7px\">");
}

function endPictureArea(){
	document.writeln("</div><div style=\"clear:left\"></div>");
}

function showSlidePicture(pic_name, caption)
{
	document.writeln("<span style=\"font-size:10px;font-style:italic;text-align:center;background:url(../../images/trips/bg_slide.gif) 0 0 no-repeat; margin:2px 1px -10px 0px;float:left; padding:0 16px 16px 0;width:138px;height:145px\">");
	document.write("<a href=\"javascript:show_item('"+ pic_name +"')\">");
	document.writeln("<span style=\"background: url(../../images/"+ imagepath +"thumbnails/"+ pic_name +".jpg) center no-repeat; float:left;width:132px;height:110px;;margin:-45px 0 0 0;padding:0\"></span>");
	document.writeln("</a><span style=\"color: #000000;text-align:center;width:75%;float:left;margin:-10px 15px 0px 15px;padding:0 \">" + caption + "</span></span>");
}
