In order to maintain your aspect ratio but still output a square, your going to have an image with empty space. I think this is what you want so I fixed up your a code a bit, try this:
<?
function CreateSiteThumbnail($srcFile, $destFile, $maxWidth_N_Height, $quality = 100)
{
$thumbnail =...