function download_script ()
{
var version;
version=window.document.downloadform.version.value;
if (version=="dnc_m580")
{
window.location.href="download/download112.htm";
}
if (version=="dnc_m591")
{
window.location.href="download/download134.htm";
}
if (version=="dnc_m603")
{
window.location.href="download/download156.htm";
}
if (version=="dnc_m614")
{
window.location.href="download/download160.htm";
}
if (version=="dnc_m620")
{
window.location.href="http://mircscripts.defcon-one-script.de/count.php?id=1";
}
}
window.document.writeln ("<form name='downloadform' id='downloadform' action=''>");
window.document.writeln ("<p>Select Download<br />");
window.document.writeln ("<select name='version' id='version'>");
window.document.writeln ("<option value='dnc_m620'>Defcon Nickcompleter v1.7.1 for mIRC");
window.document.writeln ("6.20 and above</option>");
window.document.writeln ("<option value='dnc_m614'>Defcon Nickcompleter v1.6.0 for mIRC");
window.document.writeln ("6.14 and above</option>");
window.document.writeln ("<option value='dnc_m603'>Defcon Nickcompleter v1.5.6 for mIRC");
window.document.writeln ("6.03 and above</option>");
window.document.writeln ("<option value='dnc_m591'>Defcon Nickcompleter v1.3.4 for mIRC");
window.document.writeln ("5.91 and above</option>");
window.document.writeln ("<option value='dnc_m580'>Defcon Nickcompleter v1.1.2 for mIRC");
window.document.writeln ("5.80 and above</option>");
window.document.writeln ("</select> <input type='button' value='Download' onclick='download_script ()' /></p>");
window.document.writeln ("</form>");
