function openwindowb()
{
	nwpop = window.open("biz_desc.htm","a","menubar=0,resizable=0, scrollbars=1,width=520,height=600");
	nwpop.focus();
}
function openwindowp()
{
	nwpop = window.open("pro_desc.htm","a","menubar=0,resizable=0, scrollbars=1,width=520,height=600");
	nwpop.focus();
}
function openwindowh()
{
	nwpop = window.open("home_desc.htm","a","menubar=0,resizable=0, scrollbars=1,width=520,height=600");
	nwpop.focus();
}
function openwindowdic()
{
	nwpop = window.open("inknopedia_desc.htm","a","menubar=0,resizable=0, scrollbars=1,width=520,height=600");
	nwpop.focus();
}
function openwindowreshtenama()
{
	nwpop = window.open("reshtenama_desc.htm","a","menubar=0,resizable=0, scrollbars=1,width=520,height=600");
	nwpop.focus();
}
function openwindowinknopics()
{
	nwpop = window.open("inknopics_desc.htm","a","menubar=0,resizable=0, scrollbars=1,width=520,height=600");
	nwpop.focus();
}