/*
$(document).ready(function() {
	
	if (parent != undefined && parent.ResPak != undefined )
	{
		$("body").css('background-color',"#f00");
	}

});
*/
