		function formMessage(){
		    Shadowbox.open({
		        player:     'iframe',
		        content:    '/simple-reply.php',
		        height:     200,
		        width:      400
		    });
		}
		
		function formReload(){
		    Shadowbox.open({
		        player:     'iframe',
		        content:    '/simple-form.php',
		        height:     525,
		        width:      450
		    });
		}