function copyright() { 
var htm = ""
htm+="<p id='copyright'>"
htm+="(C) 2010 apconcept all rights reserved."
htm+="</p>"
document.write(htm)
}
