/*
========================+++++====================================+++++=====================================================
imagename='';
	function enlrge(imgnme) {
		lrgewin=window.open("about:blank","","height=200,width=200")
		imagename=imgnme;
		setTimeout('update()',500)
	}
	function win(fileName)
		{
		myFloater=window.open('','myWindow','scrollbars=auto,status=no,left=10,top=10,width=400,height=300')
		myFloater.location.href=fileName;
		}
	function update() {
	doc=lrgewin.document;
	doc.open('text/html');
	doc.write('<HTML><HEAD><TITLE>Enlarged Image<\/TITLE><\/HEAD><BODY bgcolor="white" onLoad="if  (self.resizeTo)self.resizeTo((document.images[0].width+10),(document.images[0].height+20))" topmargin="4" leftmargin="0" rightmargin="0" bottommargin="0"><table width=""' + document.images[0].width + '" border="0" cellspacing="0" cellpadding="0"><tr><td>');
	doc.write('<IMG SRC="' + imagename + '"><\/td><\/tr>');
	doc.write('<\/table><\/BODY><\/HTML>');
	doc.close();
	}
	
========================+++++====================================+++++=====================================================
	*/
	
function enlrge(sPicURL) {
 	 window.open("pop.aspx?pic=" + sPicURL,"krauter", "left=0,top=0,resizable=1,scrollbars=yes,HEIGHT=1,WIDTH=1");
} 
// popup page code

   var arrTemp=self.location.href.split("?");
   var picUrl = (arrTemp.length>0)?arrTemp[1]:"";
   var NS = (navigator.appName=="Netscape")?true:false;

     function FitPic() {
       iWidth = (NS)?window.innerWidth:document.body.clientWidth;
       iHeight = (NS)?window.innerHeight:document.body.clientHeight;
       iWidth = document.images[0].width - iWidth;
       iHeight = document.images[0].height - iHeight;
       window.resizeBy(iWidth, iHeight+25);
       self.focus();
	   };
	 
function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
function enlrge1(sPicURL) {
 	 window.open("Picpop.aspx?pic=" + sPicURL,"krauter", "left=0,top=0,resizable=1,scrollbars=yes,HEIGHT=1,WIDTH=1");
} 
// popup page code

   var arrTemp=self.location.href.split("=");
   var picUrl = (arrTemp.length>0)?arrTemp[1]:"";
   var NS = (navigator.appName=="Netscape")?true:false;

     function FitPic() {
       iWidth = (NS)?window.innerWidth:document.body.clientWidth;
       iHeight = (NS)?window.innerHeight:document.body.clientHeight;
       iWidth = document.images[0].width - iWidth;
       iHeight = document.images[0].height - iHeight;
       window.resizeBy(iWidth, iHeight+15);
       self.focus();
	   };
	 
function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}


//   for bookmark

var bookmarkurl=location.href
/*
http://www.krauterhealthcare.com/"
*/
var bookmarktitle=document.title 
/*
Kräuter Healthcare Limited"
*/

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}