also so öffnet er es schonmal:
<input type="button" name="sms_window" value="SMS schreiben!" onClick="sms();sms_window.location.href='http://www.talklevel.de/sms/?PHPSESSID=<?=session_id(); ?>
aber dann heist es immer "sms_window.location" ist null oder kein objekt, hier mal sie sms() funktion:
function sms()
{
window.open('','sms_window','scrollbars=yes,toolbar=no,menubar=no,location=no,width=690,height=500');
}