	<!-- ;

		var newwindow;
		var wheight = 0, wwidth = 0;
		var title = 'www.balloonstop.be';
		var fontTitle = '<font face=verdana size=1>';
		var colour='#DDDDDD';



		function showMedia()
		{


			var posX = (screen.width-680)/2;
			var posY = ((screen.height-380)/2)-100;


			if ( !newwindow || newwindow.closed )
			{

				newwindow=window.open('','htmlname','width=700,height=380,resizable=0,screenX='+ posX +',screenY='+ posY + ',left=' + posX + ',top=' + posY);

			}

			
			newwindow.document.clear();
			newwindow.focus();
			newwindow.document.writeln('<html> <head> <title>Media uffoballoons bekijken...<\/title> <\/head> <body bgcolor= \"' + colour + '\"> <center>');
			newwindow.document.writeln('<table border=\"0\" class=\"prijslijst\" width=\"630px\" height=\"180px\" cellpadding=\"0\" cellspacing=\"0\">');
			newwindow.document.writeln('<tr valign=\"top\" height=\"17px\"><td colspan=\"3\" style=\"font-family:verdana;color:#CC0000;font-size:70%;\">Media...<\/br></td></tr>');
			newwindow.document.writeln('<tr align=\"center\">');
			newwindow.document.writeln('<td widht=\"210px\"><object width=\"202\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/LcGP0hdq13w\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/LcGP0hdq13w\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"202\" height=\"162\"></embed></object></td>');
			newwindow.document.writeln('<td widht=\"210px\"><object width=\"202\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/2GIsAoXRvjg&rel=1\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/2GIsAoXRvjg&rel=1\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"202\" height=\"162\"></embed></object></td>');
			newwindow.document.writeln('<td widht=\"210px\"><object width=\"202\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/-7pKbXU2Atc&rel=1\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/-7pKbXU2Atc&rel=1\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"202\" height=\"162\"></embed></object></td>');
			newwindow.document.writeln('</tr><tr height=\"5px\"><td></td></tr>');
			newwindow.document.writeln('<tr align=\"center\">');
			newwindow.document.writeln('<td widht=\"210px\"><object width=\"202\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/OpRMRM6VtKc\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/OpRMRM6VtKc\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"202\" height=\"162\"></embed></object></td>');
			newwindow.document.writeln('<td widht=\"210px\"><object width=\"202\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/7b1PGVGNrTY\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/7b1PGVGNrTY\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"202\" height=\"162\"></embed></object></td>');
			newwindow.document.writeln('<td widht=\"210px\"><object width=\"202\" height=\"162\"><param name=\"movie\" value=\"http://www.youtube.com/v/IZGfLECRsJE&rel=1\"></param><param name=\"wmode\" value=\"transparent\"></param><embed src=\"http://www.youtube.com/v/IZGfLECRsJE&rel=1\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"202\" height=\"162\"></embed></object></td>');
			newwindow.document.writeln('</tr>');
			newwindow.document.writeln('</table>');
			newwindow.document.writeln('<\/center><\/body><\/html>');

			newwindow.document.close();
			newwindow.focus();
		}

	-->
