$(document).ready(function(){
	$("#showShareBlock").click(function () {
		$("#blockShareForm").show("clip");
	});			
//	$("#blockBugForm").draggable();
});
$(document).ready(function(){
	$("#closeShareForm").click(function () {
		$("#blockShareForm").hide("clip");
	})			
});    
function showShareBlock(){
	if ((document.getElementById("frameShareForm") == null) || show){
		shareWindowText = '<iframe frameborder="0" src="http://www.1ab.ru/_service/form_share.php?uri='+location.href+'" id="frameShareForm" scrolling="no"></iframe>';
		document.getElementById('blockShareFormContent').innerHTML = shareWindowText;
	} 
}


