<?php

require_once (dirname(__FILE__) . "/class.skype4web.php");

$hs = new httpSkype;
$hs->id ('echo123');
$hs->image ('smallclassic');
$hs->lang ('de');
$hs->repr ();

?>