
IE = (document.all);
NS = (document.layers);


if (document.images) {

about_on = new Image();
about_on.src = "images/nav_about_on.gif";
about_off = new Image();
about_off.src = "images/nav_about_off.gif";

what_on = new Image();
what_on.src = "images/nav_what_on.gif";
what_off = new Image();
what_off.src = "images/nav_what_off.gif";

how_on = new Image();
how_on.src = "images/nav_how_on.gif";
how_off = new Image();
how_off.src = "images/nav_how_off.gif";

openings_on = new Image();
openings_on.src = "images/nav_openings_on.gif";
openings_off = new Image();
openings_off.src = "images/nav_openings_off.gif";

contact_on = new Image();
contact_on.src = "images/nav_contact_on.gif";
contact_off = new Image();
contact_off.src = "images/nav_contact_off.gif";

privacy_on = new Image();
privacy_on.src = "images/nav_privacy_on.gif";
privacy_off = new Image();
privacy_off.src = "images/nav_privacy_off.gif";


/*
_on = new Image();
_on.src = "images/nav__on.gif";
_off = new Image();
_off.src = "images/nav__off.gif";
*/


}

function rollOn(which) {
	if (document.images && (which != '')) {
		document.images[which].src = eval(which + "_on.src");
	}	else {
		return true;
	}
}

function rollOff(which) {
	if (document.images && (which != '')) {
		document.images[which].src = eval(which + "_off.src");
	}	else {
		return true;
	}
}


function getOpenings() {
	if (IE) {
		var tag = "<iframe src=\"iframe_openings.html\" name=\"inline_frame\" width=\"316\" height=\"250\" marginwidth=\"0\" marginheight=\"0\" align=\"left\" scrolling=\"yes\" frameborder=\"0\"></iframe>";
	} else {
		var tag = "<table cellspacing=\"0\" cellpadding=\"4\" border=\"0\" width=\"316\">";
		tag += "<tr>";
		tag += "<td class=\"rc_11px000000\">";

		tag += "<hr>";
		tag += "<center><b>In-House Positions</b>";
		tag += "<br><i>The following listings represent a portion of the positions currently represented by Hank-Kross, Ltd.</br></i></center>";
		tag += "<hr>";
		tag += "<hr>";
		
		
		
		tag += "<p><center>Fax resume 212-382-0987";
		tag += "<br>Email resume to: <a href=mailto:\"ic@hankkross.com\">ic@hankkross.com</a> <br>You may submit resume in MS Word or copy and paste your resume into the email message.</br></center>";
		tag += "<hr>";

		tag += "<br>";
		tag += "</td>";
		tag += "</tr>";
		tag += "</table>";
	}
	return tag;								
}

function getPrivacyPolicy() {
	if (IE) {
		var tag = "<iframe src=\"iframe_privacy.html\" name=\"inline_frame\" width=\"316\" height=\"250\" marginwidth=\"0\" marginheight=\"0\" align=\"left\" scrolling=\"yes\" frameborder=\"0\"></iframe>";
	} else {
		var tag = "<table cellspacing=\"0\" cellpadding=\"4\" border=\"0\" width=\"316\">";
		tag += "<tr>";
		tag += "<td class=\"rc_11px000000\">";
		tag += "<p>Hank-Kross Ltd. will protect any and all information collected at this site,  including membership forms, personal information and email lists. Any information you give to us will be held with the utmost care, and will not be sold, reused, rented, loaned or otherwise disclosed or used in ways that you have not consented.</p>";
		tag += "<p>The Policies below are applicable to www.hankkross.com and all other sites on the World Wide Web operated by Hank-Kross Ltd. Hank-Kross Ltd. does not currently collect personal identifying information (the \"Information\") except 1) to the extent that your web browser provides Information, like your e-mail address or the site you linked from, to our web server, 2) to the extent that you provide Information to us in an e-mail message, and 3) to the extent that you provide Information to us in a CGI form (for example, when you complete a search request on our \"Openings\" page). Hank-Kross Ltd. will use your Information only for the specific purpose for which you submitted the Information, except that Hank-Kross Ltd. may use Information it obtains from its site in an aggregated form in order to gauge the usefulness and popularity of its several web pages, or certain links to or from our site. </p>";
		tag += "<p>Hank-Kross Ltd. Use of Cookies<br>";
		tag += "Cookies are pieces of information that some web sites transfer to the computer that is browsing that web site (\"Cookies\"), and are used for record-keeping purposes at many web sites. Use of Cookies makes web-surfing easier by performing certain functions such as saving your passwords, lists of potential purchases, and your personal preferences regarding your use of the particular web site. Many consider the use of Cookies to be an industry standard. Hank-Kross Ltd. does not currently use Cookies on its web site, however it may decide to use them in the future. </p>";
		tag += "<p>Your browser is probably set to accept Cookies. However, if you would prefer not to receive Cookies, you can alter the configuration of your browser to refuse Cookies. If you choose to have your browser refuse Cookies, it is possible that some areas of our site will not function properly when you view them. </p>";
		tag += "<p>Hank-Kross Ltd. reserves the right to change this policy at any time by posting a new privacy policy at this location. You can send e-mail to us with any further questions at <a href=\"mailto:opportunities@hankkross.com\">hankkross.com</a>.</p>";
		tag += "<br>";
		tag += "</td>";
		tag += "</tr>";
		tag += "</table>";
	}
	return tag;								
}

