var bookmarkurl="http://www.cncseries.com"
var bookmarktitle="CNCSeries.Com"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function popUp(pPage) {
popUpWin = window.open(pPage,'popWin','resizeable=no,scrollbars=yes,width=657,height=400,top=0,left=0,');
}

if (window != top) top.location.href = location.href;

function helpbox(pPage) {
popUpWin = window.open(pPage,'popWin','resizeable=yes,scrollbars=yes,width=300,height=150,top=0,left=0,');
}

function tellafriend(pPage) {
popUpWin = window.open(pPage,'popWin','resizeable=yes,scrollbars=yes,width=400,height=300,top=0,left=0,');
}

function insert(data) {
	document.forumpost.body.value += data+" ";
	document.forumpost.body.focus();
}

var Open = ""
var Closed = ""

function showhide(what){
	if (what.style.display=='none') what.style.display='';
	else what.style.display='none';
}

google_ad_client = "pub-0552167244969122";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="6492842140";
google_color_border = "A8DDA0";
google_color_bg = "EBFFED";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "6F6F6F";
