
var params = 'p=706&pi=livesex4u&flash=1';

var config = new Array(
                "left=0",
                "top=0",
                "width=" + screen.availWidth,
                "height=" + screen.availHeight,
                "border=1",
                "scrollbars=1",
                "resizable=1",
                "status=1",
                "toolbar=1",
                "menubar=1",
                "location=1"
            );

function startchat(model_id, wnd) {
	
    model_id = (model_id) ? model_id : '';
    if (! wnd) wnd = top;

	var m = (model_id) ? '&m='+model_id : '';
	
    wnd.location.href = 'http://www.mysecurewallet.nl/islive/?'+params+m;
    wnd.focus();
}