function openWindow(URL){

window.open(''+URL,'child','left=20,top=20,width=700,toolbar=1,resizable=1');
}

$(document).ready(function(){


	if($("input[id='MSOConn_SWpId']:hidden").attr('style')==''){

			$("#LinksListFreeProducts").hide();

	}else{

		$("#LinksListFreeProducts").show();		
		
	}

});