// JavaScript Document
function showtc()
{	var url;
	url = "http://www.bullethire.com/document/recretainedtc.htm";	
		
	window.open (url,"termsconditions","width=350,height=300,scrollbars")
}
function showflyer()
{	var url;
	url = "http://www.bullethire.com/document/payroll.pdf";			
	window.open (url,"flyer","width=800,height=600,scrollbars,resizable,menubar")
}
function showdemo()
{	var url;
	url = "http://www.youtube.com/watch?v=C4RMQyrTzX8";			
	window.open (url,"demo","width=800,height=650,scrollbars,resizable,menubar")
}
function emailpwd()
{
	var url;
	url = "http://tekscreener.tekgriller.com/misc/emailpwd.asp?email=" + document.frm1.login.value;
	window.open (url,"demo","width=800,height=600,scrollbars,resizable,menubar")
}
function showtestim()
{	var url;
	url = "http://www.bullethire.com/testimonials/c_testimonials.htm";			
	window.open (url,"testimonials","width=800,height=650,scrollbars,resizable,menubar")
}
function showfaq(faqfile)
{	var url;
	switch (faqfile)
	{
		case "copier":
			url = "http://www.bullethire.com/document/faqcopier.htm";
			break;
		case "tellers":
			url = "http://www.bullethire.com/document/faqtellers.htm";
			break;
		case "xeroxa":
			url = "http://www.bullethire.com/document/faqxeroxa.htm";
			break;
		case "xpp":
			url = "http://www.bullethire.com/document/faqxpp.htm";
			break;
		case "collectors":
			url = "http://www.bullethire.com/document/faqcollectors.htm";
			break;
		case "cashiers":
			url = "http://www.bullethire.com/document/faqcashiers.htm";
			break;
		case "hitech":
			url = "http://www.bullethire.com/document/faqtekkies.htm";
			break;
		case "auto":
			url = "http://www.bullethire.com/document/faqauto.htm";
			break;
		case "telecom":
			url = "http://www.bullethire.com/document/faqtelecom.htm";
			break;
		case "payroll":
			url = "http://www.bullethire.com/document/faqpayroll.htm";
			break;
		case "insurance":
			url = "http://www.bullethire.com/document/faqinsreps.htm";
			break;
		case "finance":
			url = "http://www.bullethire.com/document/faqfsreps.htm";
			break;
		case "salesnow":
			url = "http://www.bullethire.com/document/faqsalesnow.htm";
			break;
	}
	window.open (url,"FAQs","width=800,height=650,scrollbars,resizable,menubar")
}
function showprice()
{
	var url;
	url = "http://www.bullethire.com/document/pricing.htm";			
	window.open (url,"Pricing","width=880,height=600,scrollbars,resizable,menubar")
}
function showtekprice()
{
	var url;
	url = "http://www.bullethire.com/document/tekpricing.htm";			
	window.open (url,"Pricing","width=880,height=600,scrollbars,resizable,menubar")
}
