
$(function() {	if(location.search=='?print=1') {		$('.topMenu1,.topMenu2,.header-btm,.mb12,.specOffers-top,'+
		'.main-leftColumn,.account-icos,.opinion,.btn-kvs,#footer').css("display","none");

		$('h1').css('padding-top',"20px");
		//$('.main-rightColumn').css('width','100%');
		$('.information,.resume').css({'background':'none', 'padding':'0px'});	}});
