function doOpen(strPicInfo,strLang)
{
	LeftPosition = (screen.width) ? (screen.width-850)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-700)/2 : 0;

	window.open ('http://www.markstig.se/kennel/general/bild.asp?lang=' +strLang+ '&' +strPicInfo, 'Bild','location=0,menubar=0,toolbar=0,status=1,scrollbars=1,height=700,width=850,top='+TopPosition+',left='+LeftPosition+',resizable'); 

}
