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