﻿ function add_Movie()
       {
        document.write("<object type=\"application/x-shockwave-flash\" id=\"Guitar1\" data=\"/flash/Guitar 2 150x345.swf\" style=\"width: 150px; height: 323px;\" >" +
			"<param name=\"movie\" value=\"/flash/Guitar 2 150x345.swf\" />"+
			"<param name=\"wmode\" value=\"transparent\" />"+
			"<param name=\"allowFullScreen\" value=\"true\" />"+
			"<img src=\"/flash/Guitar 2 150x345.swf\" alt=\"banner\" />"+
	        "</object>");
       
       }
       
function add_BasicMovie(Title,Main,MainWidth,MainHeight,Head,HeadWidth,HeadHeight,Img,Desc)
       {
        document.write("<div>\n"+
                       "\t<table>\n"+
                       "\t<tr>\n"+
                       "\t<td colspan='2'><a href='/sendmessage.aspx' target='_blank'>Contact Andrej For Details</a></td>\n"+
                       "\t</tr>\n"+
                       "\t<tr>\n"+
                       "\t\t<td style=\"vertical-align:top;\">\n");
         p2q_EmbedFlash("/flash/main/"+Main,MainWidth,MainHeight,'allowFullScreen','true');
         document.write("</td><td style=\"vertical-align:top;\">");
         p2q_EmbedFlash("/flash/headstock/"+Head,HeadWidth,HeadHeight,'225','517','allowFullScreen','true');
         document.write("\t\t<br /><br /><img src=\""+Img+"\" alt=\"Guitar Label\" />\n"+
                        "<br />"+Title+"<br /> <br />"+Desc+"\n"+
                       "\t</td>\n"+
                        "\t</tr>\n"+
                        "\t<tr>\n"+
                         "\t\t<td colspan=\"2\">\n"+
                        "<br /><br />Directions: Images available in 3D can be manipulated with your mouse simply click and drag to rotate the image.   </td></tr>\n"+
                        "\t</table>\n"+
                        "</div>\n");
    }