/*
 * (c) 2007 Simon Gantenbein
 * All Rights Reserved 
 */

	function popVideo(videoFile)
{
	var playerURL = "http://swiss-architects.com/dev/video.php?file="+videoFile+"&format=1.33&color=000000&title=Hindiposter.com - TV-News 10vor10";
	var blowupWin = window.open(playerURL, "VIDEO_POPUP", "width=430, height=310, scrollbars=no, top=10, left=10,status=0, resizable=0");
	blowupWin.focus();
}

var IE = false;
var NS = false;

if (document.all)
	IE = true;
else
	NS = true;
