var css_style = "old" ;
if ((navigator.appVersion.substr(0,1)).valueOf() >= 5) css_style = "new" ;

var is_ie = "yes"
if (navigator.appName.substr(0,5) != "Micro") is_ie = "no" ;

var zone="geology.bas.bg"

function mail_of(real_name,user_name) {
	document.write("<a href='mailto:"+user_name+"@"+zone+"'>"+real_name+"</a>");
	}

function mail_image(image,user_name) {
	document.write("<a href='mailto:"+user_name+"@"+zone+"'><img src="+image+" border=0></a>");
	}

function staff_photo(url){
	if (is_ie == "no") photo_win=window.open("","","width=640,height=480,screenX=0,screenY=0");
	if (is_ie == "yes") photo_win=window.open("","","width=640,height=480,left=0,top=0");
	photo_win.document.writeln("<title>LABORATORY "+lab+"</title>");
	photo_win.document.writeln("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
	photo_win.document.writeln("<img src='"+url+"' border=0>");
	photo_win.document.writeln("</body>");
	photo_win.document.close();
	photo_win.window.focus();
	}

function head_cv(url){
	if (is_ie == "no") cv_win=window.open(""+url+"","","scrollbars=1,width=640,height=480,screenX="+(screen.width - 648)+",screenY=0");
	if (is_ie == "yes") cv_win=window.open(""+url+"","","scrollbars=1,width=640,height=480,left="+(screen.width - 648)+",top=0");
	cv_win.window.focus();
	}

