var fDesc=new Array();
fDesc[0] = "System Requirements
BlueMarket Party will run on computer system that meet minimum requirements.
Minimum System requirements:
Hardware: Pentium II class processor
OS: Windows 2000/XP/Vista
Ram: 64MB
Hard-disk free space: 30MB
Video: 1024*768,True colors
Microsoft .NET Framework v2.0
Bluetooth dongle
Mobile phone with bluetooth connection
For improved performance, we recommend:
Hardware: Pentium III class processor
Ram: 128MB
Tested configuration:
- Windows 2000/XP/Vista
- Microsoft Framework 2.0 or later
- any mobile phone with Bluetooth connection
- Linksys, Trust, MSI, TrendNET, BlueTake, AirCable ... BT dongle (Microsoft
driver)
NEW: You can force any bluetooth dongle to
work with Microsoft native bluetooth driver!
Vista requirements:
- You must have administrator account
- UAC (User Account Control) must be turned off!
To do that goto Control Panel/User accounts
Click 'Turn User Account Control on or off'
Un-check 'Use UAC to help protect your computer'
Click 'OK'
Restart pc
Features
Supported phones:
Any with Bluetooth available (including PDA, pc-s,...)
Connection types:
Bluetooth dongles with Microsoft working drivers only!
Receiving:
Receive files from all devices in range!
Image party:
Publish all pictures taken with mobile phone, directly on Big screen,
instantly!
Offer great FUN to everybody.
Add your own advertising material, as static text in the screen header, or
in screen footer, as static or scrolling text!
You can also put pictures between photos in slide-show!
Chat party:
Give chat function to everybody in area for free.
Everybody can send free chat text, and see it in LIVE big screen.
Activate file ordering.
Settings:
Automatic program start, and server activation.
Inbox explorer:
Add/remove files that have been received into your inbox folder
Log viewer:
All BlueMarket Party activities are recorded into log viewer...
Uninstalling
To remove this program from your system:
1. Open the Windows Control Panel.
2. Double-click Add/Remove Programs.
3. Find the application name in the list and select it.
4. Follow the instructions in the Uninstall Wizard.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}