function show(theid) {
if(document.getElementById( theid ).style.display == "none"){
	document.getElementById( theid ).style.display = '';
}else{
	document.getElementById( theid ).style.display = 'none';
}
}

function seccodeprompt(variables) {
var secword = prompt('Enter your securtiy word.', '')
window.location = "http://www.racing.bluebob88.com/-managetradeblock.php?secword="+ secword +"&<? echo $variables; ?>"
}
