// JavaScript Document
var thisArtistName = "Mike Dmochowski";
var myDate = new Date();
var theYear = 2000 + myDate.getYear();
var copyline = "&copy; " + thisArtistName + ", " + theYear;
var thisFolioRoot = "folio";
var thumbsImageDir = "ti";
var thumbrows = 4;
var thumbcols = 6;

var pageContact = "<div id='text_area'><p>For further information contact Mike Dmochowski:<\/p><p>Studio: 01442 831 702<\/p><p>Mobile: 07831 321 202<\/p><p>Email: <a href='mailto:miked@avnet.co.uk'>miked@avnet.co.uk<\/a> <\/p><\/div>";

var pageBiography = "<div id='text_area'><p>Mike Dmochowski: <i>photographer</i><\/p><p>I have specialised in advertising photography for the past 25 years, working on major campaigns for both national and international clients. I employ a highly skilled team, as well as having an excellent network of skilled freelancers and services that I can call upon should the project warrant it. <\/p><p>My studio is considerably well equipped, including owning one of the few dedicated 360- degree film cameras. The studio is situated on a three-acre site and offers an extensive picturesque house and gardens for on-site location shoots.<\/p><\/div>";

var pageGallery = "<div id='text_area'><dl>";
pageGallery = pageGallery + "<p>Currently I am working towards an exhibition dedicated to the study of emotion.<\/p><p>Working in collaboration with a talented actress Irena Tyshyna and make up artist Lina Cameron, we are looking to find sponsorship to enable us to exhibit this fascinating study on facial expression. It’s a journey all too familiar for the human condition from the positive through to extreme depression. <\/p><dd><a href='Javascript:goImages(4,0,\"full\");'><img src='graphics\/project01.jpg' \/><\/a><\/dd>";
pageGallery = pageGallery + "<\/dl><\/div>";








