function OpenComments (c) { window.open(c,'comments','width=480,height=480,scrollbars=yes,status=yes');}
function OpenTrackback (c) { window.open(c,'trackback','width=480,height=480,scrollbars=yes,status=yes');}
var path = '/spareparts';
var name = 'style';
var expiry = 90*24*60*60*1000; // 90 days
function set_cookie(sty) {
	var internal_date = new Date();
	var expires = new Date(internal_date.getTime() + expiry);
	document.cookie = name+'='+sty+';expires=' + expires.toGMTString() +';path='+path+';domain=.cight.com';
	//alert ('You have chosen the '+sty+ ' style');
	window.location.href='/spareparts/';
	return true;}
function del_cookie() {
	document.cookie = name+'=false;expires=' + 'expires=Fri, 31 Dec 1999 23:59:59 GMT;'+';path='+path+';domain=.cight.com';
	//alert ('wee');
	return true;
}
