// JavaScript Document
function

printstory(share)
{

var abc="printemail.php?share="+share;
	window.open(abc,'mywindow','width=600,height=600,left=100,top=200,screenX=0,screenY=100toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1')

}
function

increasefont()
{

document.getElementById('pstory').style.fontSize='15px';

}
function

decresefont()
{

document.getElementById('pstory').style.fontSize='12px';

}

function email(share)
{

	var abc="sharemail.php?share="+share;
	window.open(abc,'mywindow','width=400,height=200,left=100,top=200,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1')
}
