function openWindows(where){
	windowprops = "top=0,left=0,width=500,height=550,scrollbars,resizable=0";
	window.open(where,"",windowprops);
}
function faqshow(faqid)
{
	var FAQs
	if((faqid>=1) && (faqid<=6))
	window.open('faqshow.asp?FID='+faqid, FAQs, 'toolbar=no,width=500,height=550,scrollbars,resizable=0');
}
function change_bg(obj, color){	obj.style.backgroundColor=color }