var OpusQ=new Array();
var OpusA=new Array();

OpusQ[0] = "What entertainment equipment can I connect to my Opus system?";
OpusQ[1] = "What is the difference between a 'main zone' and a 'subzone'?";
OpusQ[2] = "How many rooms can an Opus system serve?";
OpusQ[3] = "Can I use any type of Cat-5e cable?";
OpusQ[4] = "Do I have to connect Opus speakers?";
OpusQ[5] = "How many remote controls can an Opus system have?";
OpusQ[6] = "What advice can you give for keypad location?";
OpusQ[7] = "Is there a maximum cable run from MCU to each WCU?";

OpusA[0] = "The Opus 300 system is compatible with almost any type of hi-fi or video separate.";
OpusA[1] = "A sub-zone can only listen to the same audio source as is being listened to in the main zone. The sub-zone has independent power, volume and tone controls from the main zone.";
OpusA[2] = "Each MCU300 supports 4 main + 4 sub-zones. 4 MCU's can be chained together supporting up to a maximum of 16 main zones and 16 subzones. If a larger system is required it is possible to have two or more separate systems running independently giving unlimited expandability.";
OpusA[3] = "Any type of Cat-5e may be used.";
OpusA[4] = "No - but it is highly recommended as the Opus speakers are optimised and impedance matched to the keypad amplifiers.";
OpusA[5] = "There is no limit to the amount of remotes you can have. If required you can have a remote in each room.";
OpusA[6] = "When locating a keypad you should avoid putting in direct sunlight or in close proximity to Plasma screens. Care should also be taken locating it near to devices that produce electrical noise such as mechanical dimmers. Positions of other wall controls/light switches should also be considered.";
OpusA[7] = "Yes, the maximum cable run is 30 metres / 100 feet.";

// ======================================
// Do not change anything below this line
// ======================================
var ST = OpusQ.length;
var whichOpusQ=Math.round(Math.random()*(ST-1));

//var t = "<br><br><table width=\"60%\"><tr><td align=\"center\"><a class=\"ovalbuttongreen\" href=\"#\" title=\"Show Answer\" onClick=\"popup('opusfaq.html?expanddiv=q"+(whichOpusQ+1)+"','660','650'); return false;\"><span><b>Show Answer</b></span></a></td></tr></table>";

var t = "<br><br><a title=\"Opus Q&A - Show Answer\" href=\"opusfaq.html?expanddiv=q"+(whichOpusQ+1)+"\" rel=\"shadowbox;width=660;height=590;\"><img border=\"0\" src=\"show_answer.jpg\" alt=\"Opus Q&A - Show Answer\" onMouseOut=\"this.src='show_answer.jpg';\" onMouseOver=\"this.src='show_answer_over.jpg';\"></a>";


//var t = "<br><br><table width=\"60%\"><tr><td align=\"center\"><a class=\"ovalbuttongreen\" rel=\"shadowbox;width=660;height=590;\" href=\"opusfaq.html?expanddiv=q"+(whichOpusQ+1)+"\" title=\"Opus - FAQ\"><span><b>Show Answer</b></span></a></td></tr></table>";

function showOpusQ(){document.write("<br>"+OpusQ[whichOpusQ]+t);}

