function printStr(str) {
         document.write(str);
}