if($_GET['sub']=="invitations"){
$invitationsClass = "on";
} else if($_GET['sub']=="seasonal_cards"){
$seasonal_cardsClass = "on";
} else if($_GET['sub']=="business_design"){
$business_designClass = "on";
} else if($_GET['sub']=="logos"){
$logosClass = "on";
} else {
$invitationsClass = "on";
}
?>
if(!empty($_GET['sub'])){
$subCat = $_GET['sub'];
} else {
$subCat = "invitations";
}
$firstPic = getImages($myCat."/".$subCat);
$gallery="design";
if(empty($_GET['myPic'])){
$currentPic = $firstPic;
} else {
$currentPic = $_GET['myPic'];
}
?>

/" border="0">