
	var openMyModal = function(source)
	{
		modalWindow.windowId = "myModal";
		modalWindow.width = 500;
		modalWindow.height = 500;
		modalWindow.content = "<iframe width='600' height='600' frameborder='0' scrolling='no' allowtransparency='true' src='" + source + "'>&lt/iframe>";
		modalWindow.open();
	};	


