
// Mobile Syndicator Skin Definition
//spelletje layout op pagina
mx_Content_Start     = '<TABLE CELLPADDING=0 BORDER=0 CELLSPACING=0>'
mx_Content_RowStart  = '<!--<TR>-->'
mx_Content_RowEnd    = '<!--</TR>-->'
mx_Content_ItemStart = '<TR><TD VALIGN=top><div style= "margin-left: 5; margin-top: 0; margin-right: 0; margin-bottom: 0">'
mx_Content_ItemEnd   = '</div></TD></TR>'
mx_Content_End       = '</TABLE>'

mx_Content_Listen    = '<IMG TITLE="Preview" BORDER=0 SRC=http://www.fransbauer.nl/images/sound_sample.gif>';

mx_Subcat_Start      = '<TABLE CELLPADDING=0 BORDER=0 CELLSPACING=0><TR><TD> <div style= "margin-left: 15; margin-top: 0; margin-right: 0; margin-bottom: 0"><br><br>'
mx_Subcat_RowStart   = ''
mx_Subcat_ItemStart  = ''
mx_Subcat_ItemEnd    = '&nbsp;- '
mx_Subcat_RowEnd     = ''
mx_Subcat_End        = '</div></TD></TR></TABLE><BR>'

// popup
mx_Pop1_Start        = '<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 style="vertical-align:top;">'
mx_Pop2_Start        = '<TABLE CELLPADDING=2 CELLSPACING=0 BORDER=0>'
mx_Pop3_Start        = '<TABLE CELLPADDING=2 CELLSPACING=0 BORDER=0>'
mx_Pop_Divider       = ''
mx_Pop1_End          = '</TABLE>'   
mx_Pop2_End          = '</TABLE>'   
mx_Pop3_End          = '</TABLE>' 

mx_Paging_Start      = '<table style="margin-left:10px;"><tr><td width=520 align=center><img src="" alt="" width="100%" height="3" border="0"><br>'   
mx_Paging_End        = '</td></tr></table>' 

mx_DevicePropTrue    = 'Yes'
mx_DevicePropFalse   = 'No'

mx_Pop_Order_SMS     = '<IMG ALIGN=ABSMIDDLE BORDER=0 SRC=http://www.belleperez.be/site/sms/images/bg_popup.jpg>'
mx_Pop_Order_IVR     = '<IMG ALIGN=ABSMIDDLE BORDER=0 SRC=http://login.emexus.com/emx/syndicator/images/order_phone.gif>&nbsp;&nbsp;&nbsp;'

// Java games
mx_App_Start         = '<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 style="margin-left:0;margin-top: 8; margin-bottom:3"><TR><TD CLASS=mxItem VALIGN=top>'
mx_App_Title         = '</TD><td width="10"></td><TD CLASS=mxItemDescription VALIGN=top><B>'
mx_App_Descr         = '</B><BR>'
mx_App_End           = '</TD></TR></TABLE>'

// Java games with description below screenshot
mx_App_Start      = '<TABLE CELLPADDING=3 CELLSPACING=1 BORDER=0><TR><TD CLASS=mxItem VALIGN=top>'
 mx_App_Title      = '</TD></TR><TR><TD CLASS=mxItemDescription VALIGN=top><B>'
 mx_App_Descr      = '</B><BR>'
mx_App_End        = '</TD></TR></TABLE>'