function hideDiv(str,k,caption,discription,link_str,client_str) 
{ 
//alert(k);
window.history.forward(0);
document.getElementById('image').src=str;
if(caption === undefined){ caption='';  }
document.getElementById('caption').innerHTML=caption;
if(discription === undefined){ discription='';  }
document.getElementById('discription').innerHTML=discription; 
if(client_str === undefined){ client_str='';  }
document.getElementById('client').innerHTML=client_str;
document.getElementById('testest').innerHTML='<object width=\"542\" height=\"335\" codebase=\"http://www.adobe.com/go/getflashplayer/" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"><param value=\"flash/sites.swf?ss='+k+'\" name=\"movie\"/><param value=\"high\" name=\"quality\"/><param value=\"transparent\" name=\"wmode\"/><embed width=\"542\" height=\"335\" wmode=\"transparent\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" quality=\"high\" src=\"flash/sites.swf?ss='+k+'\"/></object>';  

if(k =='0'){
document.getElementById('details').innerHTML='<table width="542" border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td width="88" height="20"><span>web design</span></td><td width="454">: coldfusion, css, javascript, xml, custom shopsite template</td></tr><tr valign="top"><td height="37"><span>custom<br>programming</span></td><td>: content management system, dynamic menu integration, event calendar<br>&nbsp;&nbsp;management, sponsor link management, automated pdf menus</td></tr><tr valign="top"><td height="20">media</td><td> : talk radio show podcast </td></tr><tr valign="top"><td height="21">ecommerce</span></td><td>: custom ecommerce system, shopsite ecommerce setup and integration</td></tr><tr valign="top"><td><span>seo</span></td><td>: site optimization, regionally specific online marketing campaign, search engine<br> &nbsp;&nbsp;and directory placement, ppc</td></tr></table>';
}else if(k =='1'){
document.getElementById('details').innerHTML='<table width="542" border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td width="88" height="20"><span>web design</span></td><td width="454">: html, coldfusion, css, javascript, xml, custom cgi, custom shopsite template</td></tr><tr valign="top"><td height="37"><span>custom<br>programming</span></td><td>: catalog request system, shopsite order api, shopsite mailing list api, database<br>&nbsp;&nbsp;conversion</td></tr><tr valign="top"><td height="21"><span>ecommerce</span></td><td>: online catalog order system, shopsite setup and integration</td></tr><tr valign="top"><td><span>seo</span></td><td>: site optimization, search engine and directory placement, email marketing<br>&nbsp;&nbsp;campaigns</td></tr></table>';
}else if(k =='2'){
document.getElementById('details').innerHTML='<table width="542" border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td width="88" height="20"><span>web design</span></td><td width="454">: custom shopsite template</td></tr><tr valign="top"><td height="21"><span>ecommerce</span></td><td>: shopsite setup, integration, and training</td></tr></table>';
}else if(k =='3'){
document.getElementById('details').innerHTML='<table width="542" border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td width="88" height="20"><span>web design</span></td><td width="454">: custom shopsite template</td></tr><tr valign="top"><td height="37"><span>custom<br>programming</span></td><td>: database conversion and product matrix</td></tr><tr valign="top"><td height="21"><span>ecommerce</span></td><td>: shopsite setup and integration</td></tr></table>';
}else if(k =='4'){
document.getElementById('details').innerHTML='<table width="542" border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td width="88" height="20"><span>web design</span></td><td width="454">: coldfusion, css, javascript, shopsite custom template</td></tr><tr valign="top"><td height="37"><span>custom<br>programming</span></td><td>: content management system, testimonials administration tool</td></tr><tr valign="top"><td height="21"><span>media</span></td><td>: mp3 conversion, streaming audio</td></tr><tr valign="top"><td><span>ecommerce</span></td><td>: shopsite setup and order anywhere feature implementation</td></tr></table>';
}else if(k =='5'){
document.getElementById('details').innerHTML='<table width="542" border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td width="134" height="15"><span>custom programming</span></td><td width="408">: shopsite order api</td></tr></table>';
}else if(k =='6'){
document.getElementById('details').innerHTML='<table width="542" border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td width="88" height="20"><span>web design</span></td><td width="454">: html, coldfusion, css, javascript, xml, custom cgi, custom shopsite template</td></tr><tr valign="top"><td height="37"><span>custom<br>programming</span></td><td>: catalog request system, shopsite order api, shopsite mailing list api</td></tr><tr valign="top"><td height="21"><span>ecommerce</span></td><td>: online catalog order system, shopsite setup and integration</td></tr><tr valign="top"><td><span>seo</span></td><td>: site optimization, search engine and directory placement, email marketing<br>&nbsp;&nbsp;campaigns</td></tr></table>';
}else if(k =='7'){
document.getElementById('details').innerHTML='<table width="542" border="0" cellspacing="0" cellpadding="0"><tr valign="top"><td width="88" height="20"><span>web design</span></td><td width="454">: flash, coldfusion, css, javascript, xml, custom shopsite template</td></tr><tr valign="top"><td height="37"><span>custom<br>programming</span></td><td>: content management system, news administration tool</td></tr><tr valign="top"><td height="21"><span>ecommerce</span></td><td>: shopsite setup and integration</td></tr><tr valign="top"><td><span>seo</span></td><td>: site optimization, search engine and directory placement</td></tr></table>';
}
} 
