// JavaScript Document
function fntop(){
var str="";
str = str +"<div style='width:112px; float:left;'>";
str = str +" <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='112' height='91'>";
str = str +" <param name='movie' value='media/globe.swf'>";
str = str +"<param name='quality' value='high'>";
str = str +"<embed src='media/globe.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='112' height='91'></embed>";
str = str +"</object>";
str = str +"</div>";	
str = str +"<div style='float:left; width:465px;' onMouseOver='Hideall();'>";
str = str +"<a href=index.html><img src='images/logo.gif' width='295'  alt='' border='0'></a>";
str = str +"</div>";
str = str +"<div class='tdtop' style='width:191px; cursor:pointer; float:left; background-color:#4D4D4D; height:95px; text-align:center; padding:6px;' onMouseover='javascript:fnShow();'>";
str = str +"<br>Turn your vision into reality. <br>Call us today & let's make it happen<br>";
str = str +"<br><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='157' height='29'><param name='movie' value='media/phone.swf'><param name='quality' value='high'>                          <embed src='media/phone.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='157' height='29'></embed></object><script type='text/javascript' src='includes/ieupdate.js'></script>";
str = str +"</div>";
str = str +"<div class='tdtop'  style='display:none;  padding:6px; padding-left:15px; position:absolute; top:105px; width:182px; left:800px; background-color:#4d4d4d; color:#FFFFFF;' id='div'>";
str = str+"	<b>Address</b>:<br>Blackman Communications<br> 533 West Barry suite 11J<br>  Chicago Il   60657<br><br>";
str = str+"	<b>Email</b>:<br><a href='mailto:blackman_pr@yahoo.com'   class='white'>blackman_pr@yahoo.com</a><br><a href='mailto:authors_experts@yahoo.com'  class='white'>authors_experts@yahoo.com  </a><br><a href='mailto:mediabltizpr@yahoo.com'  class='white'>mediablitzpr@yahoo.com </a><br><br></div>";
document.write(str);
}

function fnmap(){
var str="";
str = str +"<map name='Map'>";
str = str +"<area shape='rect' coords='5,6,57,27' href='talent.html' />";
str = str +"<area shape='rect' coords='65,6,156,26' href='testimonials.html' />";
str = str +"<area shape='rect' coords='169,6,214,26' href='video.html' />";
str = str +"<area shape='rect' coords='224,7,289,26' href='business.html' />";
str = str +"<area shape='rect' coords='296,7,348,26' href='book.html' />";
str = str +"<area shape='rect' coords='357,6,484,26' href='authors.html' />";
str = str +"<area shape='rect' coords='498,5,584,25' href='mediablitzpr.html' />";
str = str +"<area shape='rect' coords='594,4,633,26' href='web.html' />";
str = str +"<area shape='rect' coords='644,6,776,26' href='public_relation.html' />";
str = str +"</map>";
document.write(str);
}

function fnbottom(){
	var str="<a href='index.html' class='bottom'>Home</a> | <a href='talent.html' class='bottom'>Talent</a> | <a href='testimonials.html' class='bottom'>Testimonials</a> | <a href='video.html' class='bottom'>Video</a> | <a href='business.html' class='bottom'>Business</a> | <a href='book.html' class='bottom'>Books</a> | <a href='authors.html' class='bottom'>Author & Experts</a> | <a href='mediablitzpr.html' class='bottom'>Mediablitzpr</a> | <a href='web.html' class='bottom'>Web</a> | <a href='public_relation.html' class='bottom'>All Public Relations</a><br>&copy; Copyright 2006. Blackman Communications";
	document.write(str);
}

function fnShow(){
var ie=(document.all)?1:0;
	var swf_x = 0;
	if(ie){
		if(document.documentElement.clientWidth>800){
		swf_x = document.documentElement.clientWidth;
		eval(document.getElementById("div")).style.left = (((swf_x-780)/2)+577)+"px";
		eval(document.getElementById("div")).style.display= "block";
		}
		if(document.documentElement.clientWidth<800){
		swf_x = document.documentElement.clientWidth;
		eval(document.getElementById("div")).style.left = 577+"px";
		eval(document.getElementById("div")).style.display= "block";
		}
	}
	else{
		if(window.innerWidth>800){
		swf_x = window.innerWidth;
		eval(document.getElementById("div")).style.left = (((swf_x-780)/2)+569)+"px";
		eval(document.getElementById("div")).style.display= "block";
		}
		if(window.innerWidth<800){
		swf_x = window.innerWidth;
		eval(document.getElementById("div")).style.left = 578+"px";
		eval(document.getElementById("div")).style.display= "block";
		}
	}
}
function Hideall(){
	eval(document.getElementById("div")).style.display = "none";
}
