<!--


function preload() {
		
		if (document.images)
		{

		window.picPostComment_hover = new Image(154,39);
		window.picPostComment_hover.src = "/images/comments/btn/post_1_on.png"; 

		}
		
}

function preload_admin() {
	
		if (document.images)
		{
		
		window.picEditReply_hover = new Image(37,44);
		window.picEditReply_hover.src = "/images/comments/icons/edit_reply_hover_1.png"; 

		window.picReply_hover = new Image(37,44);
		window.picReply_hover.src = "/images/comments/icons/reply_hover_1.png"; 

		}

	
}
//-->

