﻿function writeObject(path,width,height,auto,loop) {
    document.write('<embed src="' + path + '" width="' + width + '" height="' + height + '" autostart="' + auto + '" loop="' + loop + '">');
    }