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